Color Hex Logo

#4213bc Color Hex

#4213BC
(66,19,188)
0 Favorites   0 Comments

Color spaces of #4213bc

RGB 6619188
HSL0.710.820.41
HSV257°90°74°
CMYK 0.650.900.00   0.26
XYZ11.55675.254847.9821
Yxy5.25480.17840.0811
Hunter Lab22.923449.8741-108.0567
CIE-Lab27.448760.4264-77.2844

#4213bc color RGB value is (66,19,188).

#4213bc hex color red value is 66, green value is 19 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #4213bc hue: 0.71 , saturation: 0.82 and the lightness value of 4213bc is 0.41.

The process color (four color CMYK) of #4213bc color hex is 0.65, 0.90, 0.00, 0.26. Web safe color of #4213bc is #3300cc. Color #4213bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010011 10111100
Octal 102 23 274
Decimal 66 19 188
Hex 42 13 BC

RGB Percentages of Color #4213bc

%24.18
%6.96
%68.86

CMYK Percentages of Color #4213bc

%65
%90
%0
%26

Triadic Colors of #4213bc

#4213bc #bc4213 #13bc42

Analogous Colors of #4213bc

#4213bc #9713bc #1339bc

Monochromatic Colors of #4213bc

#4213bc

Complementary Color

#4213bc #8dbc13

#4213bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4213bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4213bc Color CSS Codes

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

#4213bc Text Font Color

<p style="color:#4213bc">Text here</p>

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


#4213bc Background Color

<div style="background-color:#4213bc">
Div content here</div>

This div background color is #4213bc


#4213bc Border Color

<div style="border:3px solid #4213bc">
Div here</div>

This div border color is #4213bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,19,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4213bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4213bc;
  -webkit-box-shadow: 1px 1px 3px 2px #4213bc;
  box-shadow:         1px 1px 3px 2px #4213bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4213bc


Comments

No comments written yet.

Please login to write comment.