Color Hex Logo

#5f42cd Color Hex

#5F42CD
(95,66,205)
0 Favorites   0 Comments

Color spaces of #5f42cd

RGB 9566205
HSL0.700.580.53
HSV253°68°80°
CMYK 0.540.680.00   0.20
XYZ17.687010.737158.8979
Yxy10.73710.20250.1230
Hunter Lab32.767539.0062-83.6334
CIE-Lab39.134147.8108-67.8995

#5f42cd color RGB value is (95,66,205).

#5f42cd hex color red value is 95, green value is 66 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5f42cd hue: 0.70 , saturation: 0.58 and the lightness value of 5f42cd is 0.53.

The process color (four color CMYK) of #5f42cd color hex is 0.54, 0.68, 0.00, 0.20. Web safe color of #5f42cd is #6633cc. Color #5f42cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 01000010 11001101
Octal 137 102 315
Decimal 95 66 205
Hex 5F 42 CD

RGB Percentages of Color #5f42cd

%25.96
%18.03
%56.01

CMYK Percentages of Color #5f42cd

%54
%68
%0
%20

Triadic Colors of #5f42cd

#5f42cd #cd5f42 #42cd5f

Analogous Colors of #5f42cd

#5f42cd #a542cd #426bcd

Monochromatic Colors of #5f42cd

#5f42cd

Complementary Color

#5f42cd #b0cd42

#5f42cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f42cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f42cd Color CSS Codes

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

#5f42cd Text Font Color

<p style="color:#5f42cd">Text here</p>

This sample text font color is #5f42cd
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.


#5f42cd Background Color

<div style="background-color:#5f42cd">
Div content here</div>

This div background color is #5f42cd


#5f42cd Border Color

<div style="border:3px solid #5f42cd">
Div here</div>

This div border color is #5f42cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,66,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5f42cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5f42cd;
  -webkit-box-shadow: 1px 1px 3px 2px #5f42cd;
  box-shadow:         1px 1px 3px 2px #5f42cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,66,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 #5f42cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f42cd


Comments

No comments written yet.

Please login to write comment.