Color Hex Logo

#ca20cb Color Hex

#CA20CB
(202,32,203)
0 Favorites   0 Comments

Color spaces of #ca20cb

RGB 20232203
HSL0.830.730.46
HSV300°84°80°
CMYK 0.000.840.00   0.20
XYZ35.653117.901458.0761
Yxy17.90140.31940.1604
Hunter Lab42.310076.3727-51.7663
CIE-Lab49.376378.8033-49.4791

#ca20cb color RGB value is (202,32,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00100000 11001011
Octal 312 40 313
Decimal 202 32 203
Hex CA 20 CB

RGB Percentages of Color #ca20cb

%46.22
%7.32
%46.45

CMYK Percentages of Color #ca20cb

%0
%84
%0
%20

Triadic Colors of #ca20cb

#ca20cb #cbca20 #20cbca

Analogous Colors of #ca20cb

#ca20cb #cb2077 #7520cb

Monochromatic Colors of #ca20cb

#ca20cb

Complementary Color

#ca20cb #21cb20

#ca20cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca20cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca20cb Color CSS Codes

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

#ca20cb Text Font Color

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

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


#ca20cb Background Color

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

This div background color is #ca20cb


#ca20cb Border Color

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

This div border color is #ca20cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca20cb


Comments

No comments written yet.

Please login to write comment.