Color Hex Logo

#4228af Color Hex

#4228AF
(66,40,175)
0 Favorites   0 Comments

Color spaces of #4228af

RGB 6640175
HSL0.700.630.42
HSV252°77°69°
CMYK 0.620.770.00   0.31
XYZ10.74345.771041.1051
Yxy5.77100.18650.1002
Hunter Lab24.022937.7878-84.6339
CIE-Lab28.827248.5319-67.2585

#4228af color RGB value is (66,40,175).

#4228af hex color red value is 66, green value is 40 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4228af hue: 0.70 , saturation: 0.63 and the lightness value of 4228af is 0.42.

The process color (four color CMYK) of #4228af color hex is 0.62, 0.77, 0.00, 0.31. Web safe color of #4228af is #333399. Color #4228af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00101000 10101111
Octal 102 50 257
Decimal 66 40 175
Hex 42 28 AF

RGB Percentages of Color #4228af

%23.49
%14.23
%62.28

CMYK Percentages of Color #4228af

%62
%77
%0
%31

Triadic Colors of #4228af

#4228af #af4228 #28af42

Analogous Colors of #4228af

#4228af #8628af #2851af

Monochromatic Colors of #4228af

#4228af

Complementary Color

#4228af #95af28

#4228af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4228af Color Preview on White Background

Lorem ipsum dolor sit amet.

#4228af Color CSS Codes

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

#4228af Text Font Color

<p style="color:#4228af">Text here</p>

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


#4228af Background Color

<div style="background-color:#4228af">
Div content here</div>

This div background color is #4228af


#4228af Border Color

<div style="border:3px solid #4228af">
Div here</div>

This div border color is #4228af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,40,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4228af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4228af;
  -webkit-box-shadow: 1px 1px 3px 2px #4228af;
  box-shadow:         1px 1px 3px 2px #4228af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4228af


Comments

No comments written yet.

Please login to write comment.