Color Hex Logo

#ca1bdd Color Hex

#CA1BDD
(202,27,221)
0 Favorites   0 Comments

Color spaces of #ca1bdd

RGB 20227221
HSL0.820.780.49
HSV294°88°87°
CMYK 0.090.880.00   0.13
XYZ37.800218.560969.9969
Yxy18.56090.29920.1469
Hunter Lab43.082481.2207-66.1722
CIE-Lab50.169582.4825-58.5261

#ca1bdd color RGB value is (202,27,221).

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

The process color (four color CMYK) of #ca1bdd color hex is 0.09, 0.88, 0.00, 0.13. Web safe color of #ca1bdd is #cc33cc. Color #ca1bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00011011 11011101
Octal 312 33 335
Decimal 202 27 221
Hex CA 1B DD

RGB Percentages of Color #ca1bdd

%44.89
%6.00
%49.11

CMYK Percentages of Color #ca1bdd

%9
%88
%0
%13

Triadic Colors of #ca1bdd

#ca1bdd #ddca1b #1bddca

Analogous Colors of #ca1bdd

#ca1bdd #dd1b8f #691bdd

Monochromatic Colors of #ca1bdd

#ca1bdd

Complementary Color

#ca1bdd #2edd1b

#ca1bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca1bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca1bdd Color CSS Codes

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

#ca1bdd Text Font Color

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

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


#ca1bdd Background Color

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

This div background color is #ca1bdd


#ca1bdd Border Color

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

This div border color is #ca1bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca1bdd


Comments

No comments written yet.

Please login to write comment.