Color Hex Logo

#423375 Color Hex

#423375
(66,51,117)
0 Favorites   0 Comments

Color spaces of #423375

RGB 6651117
HSL0.700.390.33
HSV254°56°46°
CMYK 0.440.560.00   0.54
XYZ6.64154.810317.4080
Yxy4.81030.23010.1667
Hunter Lab21.932415.6711-31.7065
CIE-Lab26.187324.1005-35.8123

#423375 color RGB value is (66,51,117).

#423375 hex color red value is 66, green value is 51 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #423375 hue: 0.70 , saturation: 0.39 and the lightness value of 423375 is 0.33.

The process color (four color CMYK) of #423375 color hex is 0.44, 0.56, 0.00, 0.54. Web safe color of #423375 is #333366. Color #423375 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110011 01110101
Octal 102 63 165
Decimal 66 51 117
Hex 42 33 75

RGB Percentages of Color #423375

%28.21
%21.79
%50.00

CMYK Percentages of Color #423375

%44
%56
%0
%54

Triadic Colors of #423375

#423375 #754233 #337542

Analogous Colors of #423375

#423375 #633375 #334575

Monochromatic Colors of #423375

#423375

Complementary Color

#423375 #667533

#423375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#423375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#423375 Color CSS Codes

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

#423375 Text Font Color

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

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


#423375 Background Color

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

This div background color is #423375


#423375 Border Color

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

This div border color is #423375


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,51,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #423375; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #423375;
  -webkit-box-shadow: 1px 1px 3px 2px #423375;
  box-shadow:         1px 1px 3px 2px #423375; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #423375


Comments

No comments written yet.

Please login to write comment.