Color Hex Logo

#ca20ce Color Hex

#CA20CE
(202,32,206)
0 Favorites   0 Comments

Color spaces of #ca20ce

RGB 20232206
HSL0.830.730.47
HSV299°84°81°
CMYK 0.020.840.00   0.19
XYZ36.014218.045859.9775
Yxy18.04580.31580.1582
Hunter Lab42.480376.9890-53.9746
CIE-Lab49.551679.2610-50.9280

#ca20ce color RGB value is (202,32,206).

#ca20ce hex color red value is 202, green value is 32 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ca20ce hue: 0.83 , saturation: 0.73 and the lightness value of ca20ce is 0.47.

The process color (four color CMYK) of #ca20ce color hex is 0.02, 0.84, 0.00, 0.19. Web safe color of #ca20ce is #cc33cc. Color #ca20ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00100000 11001110
Octal 312 40 316
Decimal 202 32 206
Hex CA 20 CE

RGB Percentages of Color #ca20ce

%45.91
%7.27
%46.82

CMYK Percentages of Color #ca20ce

%2
%84
%0
%19

Triadic Colors of #ca20ce

#ca20ce #ceca20 #20ceca

Analogous Colors of #ca20ce

#ca20ce #ce207b #7320ce

Monochromatic Colors of #ca20ce

#ca20ce

Complementary Color

#ca20ce #24ce20

#ca20ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca20ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca20ce Color CSS Codes

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

#ca20ce Text Font Color

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

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


#ca20ce Background Color

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

This div background color is #ca20ce


#ca20ce Border Color

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

This div border color is #ca20ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca20ce


Comments

No comments written yet.

Please login to write comment.