Color Hex Logo

#4151cf Color Hex

#4151CF
(65,81,207)
0 Favorites   0 Comments

Color spaces of #4151cf

RGB 6581207
HSL0.650.600.53
HSV233°69°81°
CMYK 0.690.610.00   0.19
XYZ16.384911.513760.3903
Yxy11.51370.18560.1304
Hunter Lab33.931826.8128-81.7693
CIE-Lab40.432535.0297-67.0258

#4151cf color RGB value is (65,81,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01010001 11001111
Octal 101 121 317
Decimal 65 81 207
Hex 41 51 CF

RGB Percentages of Color #4151cf

%18.41
%22.95
%58.64

CMYK Percentages of Color #4151cf

%69
%61
%0
%19

Triadic Colors of #4151cf

#4151cf #cf4151 #51cf41

Analogous Colors of #4151cf

#4151cf #7841cf #4198cf

Monochromatic Colors of #4151cf

#4151cf

Complementary Color

#4151cf #cfbf41

#4151cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4151cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4151cf Color CSS Codes

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

#4151cf Text Font Color

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

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


#4151cf Background Color

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

This div background color is #4151cf


#4151cf Border Color

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

This div border color is #4151cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,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 #4151cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4151cf


Comments

No comments written yet.

Please login to write comment.