Color Hex Logo

#c800ba Color Hex

#C800BA
(200,0,186)
0 Favorites   0 Comments

Color spaces of #c800ba

RGB 2000186
HSL0.851.000.39
HSV304°100°78°
CMYK 0.001.000.07   0.22
XYZ32.682315.824547.7863
Yxy15.82450.33940.1643
Hunter Lab39.780077.0362-43.3769
CIE-Lab46.743479.8446-43.8104

#c800ba color RGB value is (200,0,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000000 10111010
Octal 310 0 272
Decimal 200 0 186
Hex C8 0 BA

RGB Percentages of Color #c800ba

%51.81
%0.00
%48.19

CMYK Percentages of Color #c800ba

%0
%100
%7
%22

Triadic Colors of #c800ba

#c800ba #bac800 #00bac8

Analogous Colors of #c800ba

#c800ba #c80056 #7200c8

Monochromatic Colors of #c800ba

#c800ba

Complementary Color

#c800ba #00c80e

#c800ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c800ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c800ba Color CSS Codes

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

#c800ba Text Font Color

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

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


#c800ba Background Color

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

This div background color is #c800ba


#c800ba Border Color

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

This div border color is #c800ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,0,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 #c800ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c800ba


Comments

No comments written yet.

Please login to write comment.