Color Hex Logo

#ca1cdc Color Hex

#CA1CDC
(202,28,220)
0 Favorites   0 Comments

Color spaces of #ca1cdc

RGB 20228220
HSL0.820.770.49
HSV294°87°86°
CMYK 0.080.870.00   0.14
XYZ37.690618.554469.3050
Yxy18.55440.30020.1478
Hunter Lab43.074880.8071-65.2420
CIE-Lab50.161782.1601-57.9688

#ca1cdc color RGB value is (202,28,220).

#ca1cdc hex color red value is 202, green value is 28 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ca1cdc hue: 0.82 , saturation: 0.77 and the lightness value of ca1cdc is 0.49.

The process color (four color CMYK) of #ca1cdc color hex is 0.08, 0.87, 0.00, 0.14. Web safe color of #ca1cdc is #cc33cc. Color #ca1cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00011100 11011100
Octal 312 34 334
Decimal 202 28 220
Hex CA 1C DC

RGB Percentages of Color #ca1cdc

%44.89
%6.22
%48.89

CMYK Percentages of Color #ca1cdc

%8
%87
%0
%14

Triadic Colors of #ca1cdc

#ca1cdc #dcca1c #1cdcca

Analogous Colors of #ca1cdc

#ca1cdc #dc1c8e #6a1cdc

Monochromatic Colors of #ca1cdc

#ca1cdc

Complementary Color

#ca1cdc #2edc1c

#ca1cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca1cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca1cdc Color CSS Codes

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

#ca1cdc Text Font Color

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

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


#ca1cdc Background Color

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

This div background color is #ca1cdc


#ca1cdc Border Color

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

This div border color is #ca1cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca1cdc


Comments

No comments written yet.

Please login to write comment.