Color Hex Logo

#ca15ce Color Hex

#CA15CE
(202,21,206)
0 Favorites   0 Comments

Color spaces of #ca15ce

RGB 20221206
HSL0.830.810.45
HSV299°90°81°
CMYK 0.020.900.00   0.19
XYZ35.765917.549159.8948
Yxy17.54910.31590.1550
Hunter Lab41.891679.0879-55.4460
CIE-Lab48.944681.0440-51.8992

#ca15ce color RGB value is (202,21,206).

#ca15ce hex color red value is 202, green value is 21 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ca15ce hue: 0.83 , saturation: 0.81 and the lightness value of ca15ce is 0.45.

The process color (four color CMYK) of #ca15ce color hex is 0.02, 0.90, 0.00, 0.19. Web safe color of #ca15ce is #cc00cc. Color #ca15ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010101 11001110
Octal 312 25 316
Decimal 202 21 206
Hex CA 15 CE

RGB Percentages of Color #ca15ce

%47.09
%4.90
%48.02

CMYK Percentages of Color #ca15ce

%2
%90
%0
%19

Triadic Colors of #ca15ce

#ca15ce #ceca15 #15ceca

Analogous Colors of #ca15ce

#ca15ce #ce1576 #6e15ce

Monochromatic Colors of #ca15ce

#ca15ce

Complementary Color

#ca15ce #19ce15

#ca15ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca15ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca15ce Color CSS Codes

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

#ca15ce Text Font Color

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

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


#ca15ce Background Color

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

This div background color is #ca15ce


#ca15ce Border Color

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

This div border color is #ca15ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca15ce


Comments

No comments written yet.

Please login to write comment.