Color Hex Logo

#421265 Color Hex

#421265
(66,18,101)
0 Favorites   0 Comments

Color spaces of #421265

RGB 6618101
HSL0.760.700.23
HSV275°82°40°
CMYK 0.350.820.00   0.60
XYZ4.81202.530412.5467
Yxy2.53040.24190.1272
Hunter Lab15.907226.1593-35.6294
CIE-Lab18.055538.1780-38.6075

#421265 color RGB value is (66,18,101).

#421265 hex color red value is 66, green value is 18 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #421265 hue: 0.76 , saturation: 0.70 and the lightness value of 421265 is 0.23.

The process color (four color CMYK) of #421265 color hex is 0.35, 0.82, 0.00, 0.60. Web safe color of #421265 is #330066. Color #421265 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010010 01100101
Octal 102 22 145
Decimal 66 18 101
Hex 42 12 65

RGB Percentages of Color #421265

%35.68
%9.73
%54.59

CMYK Percentages of Color #421265

%35
%82
%0
%60

Triadic Colors of #421265

#421265 #654212 #126542

Analogous Colors of #421265

#421265 #65125e #191265

Monochromatic Colors of #421265

#421265

Complementary Color

#421265 #356512

#421265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#421265 Color CSS Codes

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

#421265 Text Font Color

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

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


#421265 Background Color

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

This div background color is #421265


#421265 Border Color

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

This div border color is #421265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421265


Comments

No comments written yet.

Please login to write comment.