Color Hex Logo

#4272c5 Color Hex

#4272C5
(66,114,197)
0 Favorites   0 Comments

Color spaces of #4272c5

RGB 66114197
HSL0.610.530.52
HSV218°66°77°
CMYK 0.660.420.00   0.23
XYZ18.342117.224155.1812
Yxy17.22410.20210.1898
Hunter Lab41.50196.2611-49.7810
CIE-Lab48.541210.7448-48.1779

#4272c5 color RGB value is (66,114,197).

#4272c5 hex color red value is 66, green value is 114 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #4272c5 hue: 0.61 , saturation: 0.53 and the lightness value of 4272c5 is 0.52.

The process color (four color CMYK) of #4272c5 color hex is 0.66, 0.42, 0.00, 0.23. Web safe color of #4272c5 is #3366cc. Color #4272c5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01110010 11000101
Octal 102 162 305
Decimal 66 114 197
Hex 42 72 C5

RGB Percentages of Color #4272c5

%17.51
%30.24
%52.25

CMYK Percentages of Color #4272c5

%66
%42
%0
%23

Triadic Colors of #4272c5

#4272c5 #c54272 #72c542

Analogous Colors of #4272c5

#4272c5 #5442c5 #42b4c5

Monochromatic Colors of #4272c5

#4272c5

Complementary Color

#4272c5 #c59542

#4272c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4272c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4272c5 Color CSS Codes

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

#4272c5 Text Font Color

<p style="color:#4272c5">Text here</p>

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


#4272c5 Background Color

<div style="background-color:#4272c5">
Div content here</div>

This div background color is #4272c5


#4272c5 Border Color

<div style="border:3px solid #4272c5">
Div here</div>

This div border color is #4272c5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,114,197, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4272c5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4272c5;
  -webkit-box-shadow: 1px 1px 3px 2px #4272c5;
  box-shadow:         1px 1px 3px 2px #4272c5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4272c5


Comments

No comments written yet.

Please login to write comment.