Color Hex Logo

#5f75cc Color Hex

#5F75CC
(95,117,204)
0 Favorites   0 Comments

Color spaces of #5f75cc

RGB 95117204
HSL0.630.520.59
HSV228°53°80°
CMYK 0.530.430.00   0.20
XYZ21.979719.515159.7351
Yxy19.51510.21710.1928
Hunter Lab44.175911.5048-49.2494
CIE-Lab51.284516.8813-47.7191

#5f75cc color RGB value is (95,117,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 01110101 11001100
Octal 137 165 314
Decimal 95 117 204
Hex 5F 75 CC

RGB Percentages of Color #5f75cc

%22.84
%28.13
%49.04

CMYK Percentages of Color #5f75cc

%53
%43
%0
%20

Triadic Colors of #5f75cc

#5f75cc #cc5f75 #75cc5f

Analogous Colors of #5f75cc

#5f75cc #805fcc #5faccc

Monochromatic Colors of #5f75cc

#5f75cc

Complementary Color

#5f75cc #ccb65f

#5f75cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f75cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f75cc Color CSS Codes

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

#5f75cc Text Font Color

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

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


#5f75cc Background Color

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

This div background color is #5f75cc


#5f75cc Border Color

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

This div border color is #5f75cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f75cc


Comments

No comments written yet.

Please login to write comment.