Color Hex Logo

#420fed Color Hex

#420FED
(66,15,237)
0 Favorites   0 Comments

Color spaces of #420fed

RGB 6615237
HSL0.700.880.49
HSV254°94°93°
CMYK 0.720.940.00   0.07
XYZ17.70377.614380.6574
Yxy7.61430.16710.0718
Hunter Lab27.594066.2320-153.9890
CIE-Lab33.166473.6237-96.1941

#420fed color RGB value is (66,15,237).

#420fed hex color red value is 66, green value is 15 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #420fed hue: 0.70 , saturation: 0.88 and the lightness value of 420fed is 0.49.

The process color (four color CMYK) of #420fed color hex is 0.72, 0.94, 0.00, 0.07. Web safe color of #420fed is #3300ff. Color #420fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001111 11101101
Octal 102 17 355
Decimal 66 15 237
Hex 42 F ED

RGB Percentages of Color #420fed

%20.75
%4.72
%74.53

CMYK Percentages of Color #420fed

%72
%94
%0
%7

Triadic Colors of #420fed

#420fed #ed420f #0fed42

Analogous Colors of #420fed

#420fed #b10fed #0f4bed

Monochromatic Colors of #420fed

#420fed

Complementary Color

#420fed #baed0f

#420fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#420fed Color CSS Codes

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

#420fed Text Font Color

<p style="color:#420fed">Text here</p>

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


#420fed Background Color

<div style="background-color:#420fed">
Div content here</div>

This div background color is #420fed


#420fed Border Color

<div style="border:3px solid #420fed">
Div here</div>

This div border color is #420fed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,15,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #420fed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #420fed;
  -webkit-box-shadow: 1px 1px 3px 2px #420fed;
  box-shadow:         1px 1px 3px 2px #420fed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420fed


Comments

No comments written yet.

Please login to write comment.