Color Hex Logo

#423fef Color Hex

#423FEF
(66,63,239)
0 Favorites   0 Comments

Color spaces of #423fef

RGB 6663239
HSL0.670.850.59
HSV241°74°94°
CMYK 0.720.740.00   0.06
XYZ19.604310.945382.7407
Yxy10.94530.17300.0966
Hunter Lab33.083747.8768-125.1229
CIE-Lab39.488256.2475-86.8392

#423fef color RGB value is (66,63,239).

#423fef hex color red value is 66, green value is 63 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #423fef hue: 0.67 , saturation: 0.85 and the lightness value of 423fef is 0.59.

The process color (four color CMYK) of #423fef color hex is 0.72, 0.74, 0.00, 0.06. Web safe color of #423fef is #3333ff. Color #423fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00111111 11101111
Octal 102 77 357
Decimal 66 63 239
Hex 42 3F EF

RGB Percentages of Color #423fef

%17.93
%17.12
%64.95

CMYK Percentages of Color #423fef

%72
%74
%0
%6

Triadic Colors of #423fef

#423fef #ef423f #3fef42

Analogous Colors of #423fef

#423fef #9a3fef #3f94ef

Monochromatic Colors of #423fef

#423fef

Complementary Color

#423fef #ecef3f

#423fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#423fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#423fef Color CSS Codes

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

#423fef Text Font Color

<p style="color:#423fef">Text here</p>

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


#423fef Background Color

<div style="background-color:#423fef">
Div content here</div>

This div background color is #423fef


#423fef Border Color

<div style="border:3px solid #423fef">
Div here</div>

This div border color is #423fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #423fef


Comments

No comments written yet.

Please login to write comment.