Color Hex Logo

#423eee Color Hex

#423EEE
(66,62,238)
0 Favorites   0 Comments

Color spaces of #423eee

RGB 6662238
HSL0.670.840.59
HSV241°74°93°
CMYK 0.720.740.00   0.07
XYZ19.402010.776581.9464
Yxy10.77650.17300.0961
Hunter Lab32.827648.0501-125.0244
CIE-Lab39.201556.4637-86.7476

#423eee color RGB value is (66,62,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00111110 11101110
Octal 102 76 356
Decimal 66 62 238
Hex 42 3E EE

RGB Percentages of Color #423eee

%18.03
%16.94
%65.03

CMYK Percentages of Color #423eee

%72
%74
%0
%7

Triadic Colors of #423eee

#423eee #ee423e #3eee42

Analogous Colors of #423eee

#423eee #9a3eee #3e92ee

Monochromatic Colors of #423eee

#423eee

Complementary Color

#423eee #eaee3e

#423eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#423eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#423eee Color CSS Codes

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

#423eee Text Font Color

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

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


#423eee Background Color

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

This div background color is #423eee


#423eee Border Color

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

This div border color is #423eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #423eee


Comments

No comments written yet.

Please login to write comment.