Color Hex Logo

#7437cd Color Hex

#7437CD
(116,55,205)
0 Favorites   0 Comments

Color spaces of #7437cd

RGB 11655205
HSL0.730.600.51
HSV264°73°80°
CMYK 0.430.730.00   0.20
XYZ19.588110.853258.8201
Yxy10.85320.21940.1216
Hunter Lab32.944248.4809-82.7982
CIE-Lab39.332156.8389-67.4864

#7437cd color RGB value is (116,55,205).

#7437cd hex color red value is 116, green value is 55 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7437cd hue: 0.73 , saturation: 0.60 and the lightness value of 7437cd is 0.51.

The process color (four color CMYK) of #7437cd color hex is 0.43, 0.73, 0.00, 0.20. Web safe color of #7437cd is #6633cc. Color #7437cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110111 11001101
Octal 164 67 315
Decimal 116 55 205
Hex 74 37 CD

RGB Percentages of Color #7437cd

%30.85
%14.63
%54.52

CMYK Percentages of Color #7437cd

%43
%73
%0
%20

Triadic Colors of #7437cd

#7437cd #cd7437 #37cd74

Analogous Colors of #7437cd

#7437cd #bf37cd #3745cd

Monochromatic Colors of #7437cd

#7437cd

Complementary Color

#7437cd #90cd37

#7437cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7437cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7437cd Color CSS Codes

.mybgcolor {background-color:#7437cd; } 
.myforecolor {color:#7437cd; }
.mybordercolor {border:3px solid #7437cd; }

#7437cd Text Font Color

<p style="color:#7437cd">Text here</p>

This sample text font color is #7437cd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#7437cd Background Color

<div style="background-color:#7437cd">
Div content here</div>

This div background color is #7437cd


#7437cd Border Color

<div style="border:3px solid #7437cd">
Div here</div>

This div border color is #7437cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,55,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7437cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7437cd;
  -webkit-box-shadow: 1px 1px 3px 2px #7437cd;
  box-shadow:         1px 1px 3px 2px #7437cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,55,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7437cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #7437cd;
  -webkit-box-shadow: 1px 1px 3px 2px #7437cd;
  box-shadow:         1px 1px 3px 2px #7437cd;">
Div content here</div>

This div box has shadow with color #7437cd


Comments

No comments written yet.

Please login to write comment.