Color Hex Logo

#4200ef Color Hex

#4200EF
(66,0,239)
0 Favorites   0 Comments

Color spaces of #4200ef

RGB 660239
HSL0.711.000.47
HSV257°100°94°
CMYK 0.721.000.00   0.06
XYZ17.82687.390282.1482
Yxy7.39020.16600.0688
Hunter Lab27.184969.4796-160.1348
CIE-Lab32.679276.3838-98.1421

#4200ef color RGB value is (66,0,239).

#4200ef hex color red value is 66, green value is 0 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #4200ef hue: 0.71 , saturation: 1.00 and the lightness value of 4200ef is 0.47.

The process color (four color CMYK) of #4200ef color hex is 0.72, 1.00, 0.00, 0.06. Web safe color of #4200ef is #3300ff. Color #4200ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000000 11101111
Octal 102 0 357
Decimal 66 0 239
Hex 42 0 EF

RGB Percentages of Color #4200ef

%21.64
%0.00
%78.36

CMYK Percentages of Color #4200ef

%72
%100
%0
%6

Triadic Colors of #4200ef

#4200ef #ef4200 #00ef42

Analogous Colors of #4200ef

#4200ef #ba00ef #0036ef

Monochromatic Colors of #4200ef

#4200ef

Complementary Color

#4200ef #adef00

#4200ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4200ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4200ef Color CSS Codes

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

#4200ef Text Font Color

<p style="color:#4200ef">Text here</p>

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


#4200ef Background Color

<div style="background-color:#4200ef">
Div content here</div>

This div background color is #4200ef


#4200ef Border Color

<div style="border:3px solid #4200ef">
Div here</div>

This div border color is #4200ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,0,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4200ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4200ef;
  -webkit-box-shadow: 1px 1px 3px 2px #4200ef;
  box-shadow:         1px 1px 3px 2px #4200ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4200ef


Comments

No comments written yet.

Please login to write comment.