Color Hex Logo

#5f6fcd Color Hex

#5F6FCD
(95,111,205)
0 Favorites   0 Comments

Color spaces of #5f6fcd

RGB 95111205
HSL0.640.520.59
HSV231°54°80°
CMYK 0.540.460.00   0.20
XYZ21.423218.209660.1433
Yxy18.20960.21470.1825
Hunter Lab42.672714.9360-53.6930
CIE-Lab49.749320.8860-50.7380

#5f6fcd color RGB value is (95,111,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 01101111 11001101
Octal 137 157 315
Decimal 95 111 205
Hex 5F 6F CD

RGB Percentages of Color #5f6fcd

%23.11
%27.01
%49.88

CMYK Percentages of Color #5f6fcd

%54
%46
%0
%20

Triadic Colors of #5f6fcd

#5f6fcd #cd5f6f #6fcd5f

Analogous Colors of #5f6fcd

#5f6fcd #865fcd #5fa6cd

Monochromatic Colors of #5f6fcd

#5f6fcd

Complementary Color

#5f6fcd #cdbd5f

#5f6fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f6fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f6fcd Color CSS Codes

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

#5f6fcd Text Font Color

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

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


#5f6fcd Background Color

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

This div background color is #5f6fcd


#5f6fcd Border Color

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

This div border color is #5f6fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f6fcd


Comments

No comments written yet.

Please login to write comment.