Color Hex Logo

#ca1dcc Color Hex

#CA1DCC
(202,29,204)
0 Favorites   0 Comments

Color spaces of #ca1dcc

RGB 20229204
HSL0.830.750.46
HSV299°86°80°
CMYK 0.010.860.00   0.20
XYZ35.695617.794958.6801
Yxy17.79490.31820.1586
Hunter Lab42.184077.2226-52.9466
CIE-Lab49.246479.5065-50.2634

#ca1dcc color RGB value is (202,29,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00011101 11001100
Octal 312 35 314
Decimal 202 29 204
Hex CA 1D CC

RGB Percentages of Color #ca1dcc

%46.44
%6.67
%46.90

CMYK Percentages of Color #ca1dcc

%1
%86
%0
%20

Triadic Colors of #ca1dcc

#ca1dcc #ccca1d #1dccca

Analogous Colors of #ca1dcc

#ca1dcc #cc1d77 #731dcc

Monochromatic Colors of #ca1dcc

#ca1dcc

Complementary Color

#ca1dcc #1fcc1d

#ca1dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca1dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca1dcc Color CSS Codes

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

#ca1dcc Text Font Color

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

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


#ca1dcc Background Color

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

This div background color is #ca1dcc


#ca1dcc Border Color

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

This div border color is #ca1dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca1dcc


Comments

No comments written yet.

Please login to write comment.