Color Hex Logo

#420bed Color Hex

#420BED
(66,11,237)
0 Favorites   0 Comments

Color spaces of #420bed

RGB 6611237
HSL0.710.910.49
HSV255°95°93°
CMYK 0.720.950.00   0.07
XYZ17.65257.512080.6403
Yxy7.51200.16680.0710
Hunter Lab27.408067.0012-155.2583
CIE-Lab32.945274.3015-96.5626

#420bed color RGB value is (66,11,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001011 11101101
Octal 102 13 355
Decimal 66 11 237
Hex 42 B ED

RGB Percentages of Color #420bed

%21.02
%3.50
%75.48

CMYK Percentages of Color #420bed

%72
%95
%0
%7

Triadic Colors of #420bed

#420bed #ed420b #0bed42

Analogous Colors of #420bed

#420bed #b30bed #0b45ed

Monochromatic Colors of #420bed

#420bed

Complementary Color

#420bed #b6ed0b

#420bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#420bed Color CSS Codes

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

#420bed Text Font Color

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

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


#420bed Background Color

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

This div background color is #420bed


#420bed Border Color

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

This div border color is #420bed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,11,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 #420bed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420bed


Comments

No comments written yet.

Please login to write comment.