Color Hex Logo

#5f68cd Color Hex

#5F68CD
(95,104,205)
0 Favorites   0 Comments

Color spaces of #5f68cd

RGB 95104205
HSL0.650.520.59
HSV235°54°80°
CMYK 0.540.490.00   0.20
XYZ20.689116.741359.8986
Yxy16.74130.21260.1720
Hunter Lab40.916118.6547-58.1555
CIE-Lab47.932425.2015-53.6478

#5f68cd color RGB value is (95,104,205).

#5f68cd hex color red value is 95, green value is 104 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5f68cd hue: 0.65 , saturation: 0.52 and the lightness value of 5f68cd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 01101000 11001101
Octal 137 150 315
Decimal 95 104 205
Hex 5F 68 CD

RGB Percentages of Color #5f68cd

%23.51
%25.74
%50.74

CMYK Percentages of Color #5f68cd

%54
%49
%0
%20

Triadic Colors of #5f68cd

#5f68cd #cd5f68 #68cd5f

Analogous Colors of #5f68cd

#5f68cd #8d5fcd #5f9fcd

Monochromatic Colors of #5f68cd

#5f68cd

Complementary Color

#5f68cd #cdc45f

#5f68cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f68cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f68cd Color CSS Codes

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

#5f68cd Text Font Color

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

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


#5f68cd Background Color

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

This div background color is #5f68cd


#5f68cd Border Color

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

This div border color is #5f68cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f68cd


Comments

No comments written yet.

Please login to write comment.