color codes Logo

#c858ba color codes

#C858BA
(200,88,186)
0 Favorites   0 Comments

Color spaces of #c858ba

RGB 20088186
HSL0.850.500.56
HSV308°56°78°
CMYK 0.000.560.07   0.22
XYZ36.172122.804048.9495
Yxy22.80400.33520.2113
Hunter Lab47.753551.6406-27.3474
CIE-Lab54.869956.8654-31.0225

#c858ba color RGB value is (200,88,186).

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

The process color (four color CMYK) of #c858ba color code is 0.00, 0.56, 0.07, 0.22. Web safe color of #c858ba is #cc66cc. Color #c858ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01011000 10111010
Octal 310 130 272
Decimal 200 88 186
Hex C8 58 BA

RGB Percentages of Color #c858ba

%42.19
%18.57
%39.24

CMYK Percentages of Color #c858ba

%0
%56
%7
%22

Triadic Colors of #c858ba

#c858ba #bac858 #58bac8

Analogous Colors of #c858ba

#c858ba #c85882 #9e58c8

Monochromatic Colors of #c858ba

#c858ba

Complementary Color

#c858ba #58c866

#c858ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c858ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c858ba Color CSS Codes

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

#c858ba Text Font Color

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

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


#c858ba Background Color

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

This div background color is #c858ba


#c858ba Border Color

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

This div border color is #c858ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c858ba


Comments

No comments written yet.

Please login to write comment.