Color Hex Logo

#42257a Color Hex

#42257A
(66,37,122)
0 Favorites   0 Comments

Color spaces of #42257a

RGB 6637122
HSL0.720.530.31
HSV260°70°48°
CMYK 0.460.700.00   0.52
XYZ6.42123.886518.8241
Yxy3.88650.22040.1334
Hunter Lab19.714223.6401-42.8131
CIE-Lab23.292634.2751-43.6702

#42257a color RGB value is (66,37,122).

#42257a hex color red value is 66, green value is 37 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #42257a hue: 0.72 , saturation: 0.53 and the lightness value of 42257a is 0.31.

The process color (four color CMYK) of #42257a color hex is 0.46, 0.70, 0.00, 0.52. Web safe color of #42257a is #333366. Color #42257a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100101 01111010
Octal 102 45 172
Decimal 66 37 122
Hex 42 25 7A

RGB Percentages of Color #42257a

%29.33
%16.44
%54.22

CMYK Percentages of Color #42257a

%46
%70
%0
%52

Triadic Colors of #42257a

#42257a #7a4225 #257a42

Analogous Colors of #42257a

#42257a #6d257a #25337a

Monochromatic Colors of #42257a

#42257a

Complementary Color

#42257a #5d7a25

#42257a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42257a Color Preview on White Background

Lorem ipsum dolor sit amet.

#42257a Color CSS Codes

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

#42257a Text Font Color

<p style="color:#42257a">Text here</p>

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


#42257a Background Color

<div style="background-color:#42257a">
Div content here</div>

This div background color is #42257a


#42257a Border Color

<div style="border:3px solid #42257a">
Div here</div>

This div border color is #42257a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,37,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42257a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42257a;
  -webkit-box-shadow: 1px 1px 3px 2px #42257a;
  box-shadow:         1px 1px 3px 2px #42257a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42257a


Comments

No comments written yet.

Please login to write comment.