Color Hex Logo

#ca17bb Color Hex

#CA17BB
(202,23,187)
0 Favorites   0 Comments

Color spaces of #ca17bb

RGB 20223187
HSL0.850.800.44
HSV305°89°79°
CMYK 0.000.890.07   0.21
XYZ33.633216.757248.4755
Yxy16.75720.34020.1695
Hunter Lab40.935675.0207-41.5558
CIE-Lab47.952677.9972-42.4527

#ca17bb color RGB value is (202,23,187).

#ca17bb hex color red value is 202, green value is 23 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ca17bb hue: 0.85 , saturation: 0.80 and the lightness value of ca17bb is 0.44.

The process color (four color CMYK) of #ca17bb color hex is 0.00, 0.89, 0.07, 0.21. Web safe color of #ca17bb is #cc00cc. Color #ca17bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010111 10111011
Octal 312 27 273
Decimal 202 23 187
Hex CA 17 BB

RGB Percentages of Color #ca17bb

%49.03
%5.58
%45.39

CMYK Percentages of Color #ca17bb

%0
%89
%7
%21

Triadic Colors of #ca17bb

#ca17bb #bbca17 #17bbca

Analogous Colors of #ca17bb

#ca17bb #ca1761 #8017ca

Monochromatic Colors of #ca17bb

#ca17bb

Complementary Color

#ca17bb #17ca26

#ca17bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca17bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca17bb Color CSS Codes

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

#ca17bb Text Font Color

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

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


#ca17bb Background Color

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

This div background color is #ca17bb


#ca17bb Border Color

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

This div border color is #ca17bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca17bb


Comments

No comments written yet.

Please login to write comment.