Color Hex Logo

#42187d Color Hex

#42187D
(66,24,125)
0 Favorites   0 Comments

Color spaces of #42187d

RGB 6624125
HSL0.740.680.29
HSV265°81°49°
CMYK 0.470.810.00   0.51
XYZ6.27513.292219.7068
Yxy3.29220.21440.1125
Hunter Lab18.144429.9800-51.6942
CIE-Lab21.178141.8332-49.0310

#42187d color RGB value is (66,24,125).

#42187d hex color red value is 66, green value is 24 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #42187d hue: 0.74 , saturation: 0.68 and the lightness value of 42187d is 0.29.

The process color (four color CMYK) of #42187d color hex is 0.47, 0.81, 0.00, 0.51. Web safe color of #42187d is #330066. Color #42187d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00011000 01111101
Octal 102 30 175
Decimal 66 24 125
Hex 42 18 7D

RGB Percentages of Color #42187d

%30.70
%11.16
%58.14

CMYK Percentages of Color #42187d

%47
%81
%0
%51

Triadic Colors of #42187d

#42187d #7d4218 #187d42

Analogous Colors of #42187d

#42187d #75187d #18207d

Monochromatic Colors of #42187d

#42187d

Complementary Color

#42187d #537d18

#42187d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42187d Color Preview on White Background

Lorem ipsum dolor sit amet.

#42187d Color CSS Codes

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

#42187d Text Font Color

<p style="color:#42187d">Text here</p>

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


#42187d Background Color

<div style="background-color:#42187d">
Div content here</div>

This div background color is #42187d


#42187d Border Color

<div style="border:3px solid #42187d">
Div here</div>

This div border color is #42187d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,24,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42187d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42187d;
  -webkit-box-shadow: 1px 1px 3px 2px #42187d;
  box-shadow:         1px 1px 3px 2px #42187d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42187d


Comments

No comments written yet.

Please login to write comment.