Color Hex Logo

#4251cf Color Hex

#4251CF
(66,81,207)
0 Favorites   0 Comments

Color spaces of #4251cf

RGB 6681207
HSL0.650.590.54
HSV234°68°81°
CMYK 0.680.610.00   0.19
XYZ16.451711.548160.3934
Yxy11.54810.18610.1306
Hunter Lab33.982526.9465-81.5819
CIE-Lab40.488735.1654-66.9318

#4251cf color RGB value is (66,81,207).

#4251cf hex color red value is 66, green value is 81 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #4251cf hue: 0.65 , saturation: 0.59 and the lightness value of 4251cf is 0.54.

The process color (four color CMYK) of #4251cf color hex is 0.68, 0.61, 0.00, 0.19. Web safe color of #4251cf is #3366cc. Color #4251cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010001 11001111
Octal 102 121 317
Decimal 66 81 207
Hex 42 51 CF

RGB Percentages of Color #4251cf

%18.64
%22.88
%58.47

CMYK Percentages of Color #4251cf

%68
%61
%0
%19

Triadic Colors of #4251cf

#4251cf #cf4251 #51cf42

Analogous Colors of #4251cf

#4251cf #7a42cf #4298cf

Monochromatic Colors of #4251cf

#4251cf

Complementary Color

#4251cf #cfc042

#4251cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4251cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4251cf Color CSS Codes

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

#4251cf Text Font Color

<p style="color:#4251cf">Text here</p>

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


#4251cf Background Color

<div style="background-color:#4251cf">
Div content here</div>

This div background color is #4251cf


#4251cf Border Color

<div style="border:3px solid #4251cf">
Div here</div>

This div border color is #4251cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,81,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4251cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4251cf;
  -webkit-box-shadow: 1px 1px 3px 2px #4251cf;
  box-shadow:         1px 1px 3px 2px #4251cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,81,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4251cf


Comments

No comments written yet.

Please login to write comment.