Color Hex Logo

#5f76ca Color Hex

#5F76CA
(95,118,202)
0 Favorites   0 Comments

Color spaces of #5f76ca

RGB 95118202
HSL0.630.500.58
HSV227°53°79°
CMYK 0.530.420.00   0.21
XYZ21.858419.654058.5187
Yxy19.65400.21850.1965
Hunter Lab44.332810.4274-47.2290
CIE-Lab51.443715.6293-46.3255

#5f76ca color RGB value is (95,118,202).

#5f76ca hex color red value is 95, green value is 118 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #5f76ca hue: 0.63 , saturation: 0.50 and the lightness value of 5f76ca is 0.58.

The process color (four color CMYK) of #5f76ca color hex is 0.53, 0.42, 0.00, 0.21. Web safe color of #5f76ca is #6666cc. Color #5f76ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 01110110 11001010
Octal 137 166 312
Decimal 95 118 202
Hex 5F 76 CA

RGB Percentages of Color #5f76ca

%22.89
%28.43
%48.67

CMYK Percentages of Color #5f76ca

%53
%42
%0
%21

Triadic Colors of #5f76ca

#5f76ca #ca5f76 #76ca5f

Analogous Colors of #5f76ca

#5f76ca #7e5fca #5facca

Monochromatic Colors of #5f76ca

#5f76ca

Complementary Color

#5f76ca #cab35f

#5f76ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f76ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f76ca Color CSS Codes

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

#5f76ca Text Font Color

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

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


#5f76ca Background Color

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

This div background color is #5f76ca


#5f76ca Border Color

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

This div border color is #5f76ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,118,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f76ca


Comments

No comments written yet.

Please login to write comment.