Color Hex Logo

#4227ba Color Hex

#4227BA
(66,39,186)
0 Favorites   0 Comments

Color spaces of #4227ba

RGB 6639186
HSL0.700.650.44
HSV251°79°73°
CMYK 0.650.790.00   0.27
XYZ11.83526.154547.0185
Yxy6.15450.18210.0947
Hunter Lab24.808341.7420-95.0051
CIE-Lab29.799052.2699-72.2065

#4227ba color RGB value is (66,39,186).

#4227ba hex color red value is 66, green value is 39 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4227ba hue: 0.70 , saturation: 0.65 and the lightness value of 4227ba is 0.44.

The process color (four color CMYK) of #4227ba color hex is 0.65, 0.79, 0.00, 0.27. Web safe color of #4227ba is #3333cc. Color #4227ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100111 10111010
Octal 102 47 272
Decimal 66 39 186
Hex 42 27 BA

RGB Percentages of Color #4227ba

%22.68
%13.40
%63.92

CMYK Percentages of Color #4227ba

%65
%79
%0
%27

Triadic Colors of #4227ba

#4227ba #ba4227 #27ba42

Analogous Colors of #4227ba

#4227ba #8c27ba #2756ba

Monochromatic Colors of #4227ba

#4227ba

Complementary Color

#4227ba #9fba27

#4227ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4227ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4227ba Color CSS Codes

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

#4227ba Text Font Color

<p style="color:#4227ba">Text here</p>

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


#4227ba Background Color

<div style="background-color:#4227ba">
Div content here</div>

This div background color is #4227ba


#4227ba Border Color

<div style="border:3px solid #4227ba">
Div here</div>

This div border color is #4227ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,39,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4227ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4227ba;
  -webkit-box-shadow: 1px 1px 3px 2px #4227ba;
  box-shadow:         1px 1px 3px 2px #4227ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4227ba


Comments

No comments written yet.

Please login to write comment.