Color Hex Logo

#423aeb Color Hex

#423AEB
(66,58,235)
0 Favorites   0 Comments

Color spaces of #423aeb

RGB 6658235
HSL0.670.820.57
HSV243°75°92°
CMYK 0.720.750.00   0.08
XYZ18.755210.182579.5742
Yxy10.18250.17280.0938
Hunter Lab31.910049.0713-125.5147
CIE-Lab38.168057.6098-86.7568

#423aeb color RGB value is (66,58,235).

#423aeb hex color red value is 66, green value is 58 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #423aeb hue: 0.67 , saturation: 0.82 and the lightness value of 423aeb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00111010 11101011
Octal 102 72 353
Decimal 66 58 235
Hex 42 3A EB

RGB Percentages of Color #423aeb

%18.38
%16.16
%65.46

CMYK Percentages of Color #423aeb

%72
%75
%0
%8

Triadic Colors of #423aeb

#423aeb #eb423a #3aeb42

Analogous Colors of #423aeb

#423aeb #9b3aeb #3a8beb

Monochromatic Colors of #423aeb

#423aeb

Complementary Color

#423aeb #e3eb3a

#423aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#423aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#423aeb Color CSS Codes

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

#423aeb Text Font Color

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

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


#423aeb Background Color

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

This div background color is #423aeb


#423aeb Border Color

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

This div border color is #423aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #423aeb


Comments

No comments written yet.

Please login to write comment.