Color Hex Logo

#ca23ad Color Hex

#CA23AD
(202,35,173)
0 Favorites   0 Comments

Color spaces of #ca23ad

RGB 20235173
HSL0.860.700.46
HSV310°83°79°
CMYK 0.000.830.14   0.21
XYZ32.501016.775841.0602
Yxy16.77580.35980.1857
Hunter Lab40.958369.9654-30.7668
CIE-Lab47.976373.8815-34.1902

#ca23ad color RGB value is (202,35,173).

#ca23ad hex color red value is 202, green value is 35 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ca23ad hue: 0.86 , saturation: 0.70 and the lightness value of ca23ad is 0.46.

The process color (four color CMYK) of #ca23ad color hex is 0.00, 0.83, 0.14, 0.21. Web safe color of #ca23ad is #cc3399. Color #ca23ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00100011 10101101
Octal 312 43 255
Decimal 202 35 173
Hex CA 23 AD

RGB Percentages of Color #ca23ad

%49.27
%8.54
%42.20

CMYK Percentages of Color #ca23ad

%0
%83
%14
%21

Triadic Colors of #ca23ad

#ca23ad #adca23 #23adca

Analogous Colors of #ca23ad

#ca23ad #ca235a #9423ca

Monochromatic Colors of #ca23ad

#ca23ad

Complementary Color

#ca23ad #23ca40

#ca23ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca23ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca23ad Color CSS Codes

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

#ca23ad Text Font Color

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

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


#ca23ad Background Color

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

This div background color is #ca23ad


#ca23ad Border Color

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

This div border color is #ca23ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,35,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ca23ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ca23ad;
  -webkit-box-shadow: 1px 1px 3px 2px #ca23ad;
  box-shadow:         1px 1px 3px 2px #ca23ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca23ad


Comments

No comments written yet.

Please login to write comment.