Color Hex Logo

#66023c Color Hex Tyrian Purple

#66023C
(102,2,60)
24 Favorites   2 Comments

Color spaces of #66023c Tyrian Purple

RGB 102260
HSL0.900.960.20
HSV325°98°40°
CMYK 0.000.980.41   0.60
XYZ6.31683.19444.5586
Yxy3.19440.44900.2270
Hunter Lab17.872931.8096-2.6113
CIE-Lab20.806243.8826-5.9881

#66023c color RGB value is (102,2,60). #66023c color name is Tyrian Purple color.

#66023c hex color red value is 102, green value is 2 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #66023c hue: 0.90 , saturation: 0.96 and the lightness value of 66023c is 0.20.

The process color (four color CMYK) of #66023c color hex is 0.00, 0.98, 0.41, 0.60. Web safe color of #66023c is #660033. Color #66023c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00000010 00111100
Octal 146 2 74
Decimal 102 2 60
Hex 66 2 3C

RGB Percentages of Color #66023c

%62.20
%1.22
%36.59

CMYK Percentages of Color #66023c

%0
%98
%41
%60

Triadic Colors of #66023c

#66023c #3c6602 #023c66

Analogous Colors of #66023c

#66023c #66020a #5e0266

Monochromatic Colors of #66023c

#66023c

Complementary Color

#66023c #02662c

#66023c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66023c Color Preview on White Background

Lorem ipsum dolor sit amet.

#66023c Color CSS Codes

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

#66023c Text Font Color

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

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


#66023c Background Color

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

This div background color is #66023c


#66023c Border Color

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

This div border color is #66023c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,2,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66023c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66023c;
  -webkit-box-shadow: 1px 1px 3px 2px #66023c;
  box-shadow:         1px 1px 3px 2px #66023c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66023c


Comments

11 Feb 2018, 11:39 ETA1873

Triadic Colors of #66023c is #66023c #3c6602 #023c66?

11 Feb 2018, 11:34 ETA1873

Tyrian purple

Please login to write comment.