Color Hex Logo

#4253ea Color Hex

#4253EA
(66,83,234)
0 Favorites   0 Comments

Color spaces of #4253ea

RGB 6683234
HSL0.650.800.59
HSV234°72°92°
CMYK 0.720.650.00   0.08
XYZ20.191313.285379.3420
Yxy13.28530.17900.1178
Hunter Lab36.449035.0961-103.5479
CIE-Lab43.190043.2110-77.9228

#4253ea color RGB value is (66,83,234).

#4253ea hex color red value is 66, green value is 83 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4253ea hue: 0.65 , saturation: 0.80 and the lightness value of 4253ea is 0.59.

The process color (four color CMYK) of #4253ea color hex is 0.72, 0.65, 0.00, 0.08. Web safe color of #4253ea is #3366ff. Color #4253ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010011 11101010
Octal 102 123 352
Decimal 66 83 234
Hex 42 53 EA

RGB Percentages of Color #4253ea

%17.23
%21.67
%61.10

CMYK Percentages of Color #4253ea

%72
%65
%0
%8

Triadic Colors of #4253ea

#4253ea #ea4253 #53ea42

Analogous Colors of #4253ea

#4253ea #8542ea #42a7ea

Monochromatic Colors of #4253ea

#4253ea

Complementary Color

#4253ea #ead942

#4253ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4253ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4253ea Color CSS Codes

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

#4253ea Text Font Color

<p style="color:#4253ea">Text here</p>

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


#4253ea Background Color

<div style="background-color:#4253ea">
Div content here</div>

This div background color is #4253ea


#4253ea Border Color

<div style="border:3px solid #4253ea">
Div here</div>

This div border color is #4253ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,83,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4253ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4253ea;
  -webkit-box-shadow: 1px 1px 3px 2px #4253ea;
  box-shadow:         1px 1px 3px 2px #4253ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4253ea


Comments

No comments written yet.

Please login to write comment.