Color Hex Logo

#4157cf Color Hex

#4157CF
(65,87,207)
0 Favorites   0 Comments

Color spaces of #4157cf

RGB 6587207
HSL0.640.600.53
HSV231°69°81°
CMYK 0.690.580.00   0.19
XYZ16.850712.445260.5455
Yxy12.44520.18760.1385
Hunter Lab35.277823.5259-77.0621
CIE-Lab41.915131.2517-64.6103

#4157cf color RGB value is (65,87,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01010111 11001111
Octal 101 127 317
Decimal 65 87 207
Hex 41 57 CF

RGB Percentages of Color #4157cf

%18.11
%24.23
%57.66

CMYK Percentages of Color #4157cf

%69
%58
%0
%19

Triadic Colors of #4157cf

#4157cf #cf4157 #57cf41

Analogous Colors of #4157cf

#4157cf #7241cf #419ecf

Monochromatic Colors of #4157cf

#4157cf

Complementary Color

#4157cf #cfb941

#4157cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4157cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4157cf Color CSS Codes

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

#4157cf Text Font Color

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

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


#4157cf Background Color

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

This div background color is #4157cf


#4157cf Border Color

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

This div border color is #4157cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4157cf


Comments

No comments written yet.

Please login to write comment.