Color Hex Logo

#c915ca Color Hex

#C915CA
(201,21,202)
0 Favorites   0 Comments

Color spaces of #c915ca

RGB 20121202
HSL0.830.810.44
HSV300°90°79°
CMYK 0.000.900.00   0.21
XYZ35.016217.218157.3550
Yxy17.21810.31950.1571
Hunter Lab41.494778.0154-52.9058
CIE-Lab48.533780.2752-50.2578

#c915ca color RGB value is (201,21,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010101 11001010
Octal 311 25 312
Decimal 201 21 202
Hex C9 15 CA

RGB Percentages of Color #c915ca

%47.41
%4.95
%47.64

CMYK Percentages of Color #c915ca

%0
%90
%0
%21

Triadic Colors of #c915ca

#c915ca #cac915 #15cac9

Analogous Colors of #c915ca

#c915ca #ca1571 #6f15ca

Monochromatic Colors of #c915ca

#c915ca

Complementary Color

#c915ca #16ca15

#c915ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c915ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c915ca Color CSS Codes

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

#c915ca Text Font Color

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

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


#c915ca Background Color

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

This div background color is #c915ca


#c915ca Border Color

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

This div border color is #c915ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c915ca


Comments

No comments written yet.

Please login to write comment.