Color Hex Logo

#4215da Color Hex

#4215DA
(66,21,218)
0 Favorites   0 Comments

Color spaces of #4215da

RGB 6621218
HSL0.700.820.47
HSV254°90°85°
CMYK 0.700.900.00   0.15
XYZ15.16986.756566.8343
Yxy6.75650.17090.0761
Hunter Lab25.993358.6853-134.2521
CIE-Lab31.246067.5705-88.5130

#4215da color RGB value is (66,21,218).

#4215da hex color red value is 66, green value is 21 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #4215da hue: 0.70 , saturation: 0.82 and the lightness value of 4215da is 0.47.

The process color (four color CMYK) of #4215da color hex is 0.70, 0.90, 0.00, 0.15. Web safe color of #4215da is #3300cc. Color #4215da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010101 11011010
Octal 102 25 332
Decimal 66 21 218
Hex 42 15 DA

RGB Percentages of Color #4215da

%21.64
%6.89
%71.48

CMYK Percentages of Color #4215da

%70
%90
%0
%15

Triadic Colors of #4215da

#4215da #da4215 #15da42

Analogous Colors of #4215da

#4215da #a515da #154bda

Monochromatic Colors of #4215da

#4215da

Complementary Color

#4215da #adda15

#4215da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4215da Color Preview on White Background

Lorem ipsum dolor sit amet.

#4215da Color CSS Codes

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

#4215da Text Font Color

<p style="color:#4215da">Text here</p>

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


#4215da Background Color

<div style="background-color:#4215da">
Div content here</div>

This div background color is #4215da


#4215da Border Color

<div style="border:3px solid #4215da">
Div here</div>

This div border color is #4215da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,21,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4215da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4215da;
  -webkit-box-shadow: 1px 1px 3px 2px #4215da;
  box-shadow:         1px 1px 3px 2px #4215da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4215da


Comments

No comments written yet.

Please login to write comment.