Color Hex Logo

#4253ca Color Hex

#4253CA
(66,83,202)
0 Favorites   0 Comments

Color spaces of #4253ca

RGB 6683202
HSL0.650.560.53
HSV233°67°79°
CMYK 0.670.590.00   0.21
XYZ16.000711.609057.2746
Yxy11.60900.18850.1368
Hunter Lab34.072024.2002-75.8154
CIE-Lab40.587832.1682-63.8821

#4253ca color RGB value is (66,83,202).

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

The process color (four color CMYK) of #4253ca color hex is 0.67, 0.59, 0.00, 0.21. Web safe color of #4253ca is #3366cc. Color #4253ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010011 11001010
Octal 102 123 312
Decimal 66 83 202
Hex 42 53 CA

RGB Percentages of Color #4253ca

%18.80
%23.65
%57.55

CMYK Percentages of Color #4253ca

%67
%59
%0
%21

Triadic Colors of #4253ca

#4253ca #ca4253 #53ca42

Analogous Colors of #4253ca

#4253ca #7542ca #4297ca

Monochromatic Colors of #4253ca

#4253ca

Complementary Color

#4253ca #cab942

#4253ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4253ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4253ca Color CSS Codes

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

#4253ca Text Font Color

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

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


#4253ca Background Color

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

This div background color is #4253ca


#4253ca Border Color

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

This div border color is #4253ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4253ca


Comments

No comments written yet.

Please login to write comment.