Color Hex Logo

#c815ba Color Hex

#C815BA
(200,21,186)
0 Favorites   0 Comments

Color spaces of #c815ba

RGB 20021186
HSL0.850.810.43
HSV305°90°78°
CMYK 0.000.900.07   0.22
XYZ32.950516.360947.8757
Yxy16.36090.33900.1683
Hunter Lab40.448674.6257-41.8627
CIE-Lab47.444577.7783-42.6964

#c815ba color RGB value is (200,21,186).

#c815ba hex color red value is 200, green value is 21 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c815ba hue: 0.85 , saturation: 0.81 and the lightness value of c815ba is 0.43.

The process color (four color CMYK) of #c815ba color hex is 0.00, 0.90, 0.07, 0.22. Web safe color of #c815ba is #cc00cc. Color #c815ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00010101 10111010
Octal 310 25 272
Decimal 200 21 186
Hex C8 15 BA

RGB Percentages of Color #c815ba

%49.14
%5.16
%45.70

CMYK Percentages of Color #c815ba

%0
%90
%7
%22

Triadic Colors of #c815ba

#c815ba #bac815 #15bac8

Analogous Colors of #c815ba

#c815ba #c81560 #7d15c8

Monochromatic Colors of #c815ba

#c815ba

Complementary Color

#c815ba #15c823

#c815ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c815ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c815ba Color CSS Codes

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

#c815ba Text Font Color

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

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


#c815ba Background Color

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

This div background color is #c815ba


#c815ba Border Color

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

This div border color is #c815ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c815ba


Comments

No comments written yet.

Please login to write comment.