Color Hex Logo

#c853bc Color Hex

#C853BC
(200,83,188)
0 Favorites   0 Comments

Color spaces of #c853bc

RGB 20083188
HSL0.850.520.55
HSV306°59°78°
CMYK 0.000.590.06   0.22
XYZ35.989822.096749.9452
Yxy22.09670.33310.2045
Hunter Lab47.007154.4015-30.0908
CIE-Lab54.129559.4472-33.3310

#c853bc color RGB value is (200,83,188).

#c853bc hex color red value is 200, green value is 83 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c853bc hue: 0.85 , saturation: 0.52 and the lightness value of c853bc is 0.55.

The process color (four color CMYK) of #c853bc color hex is 0.00, 0.59, 0.06, 0.22. Web safe color of #c853bc is #cc66cc. Color #c853bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01010011 10111100
Octal 310 123 274
Decimal 200 83 188
Hex C8 53 BC

RGB Percentages of Color #c853bc

%42.46
%17.62
%39.92

CMYK Percentages of Color #c853bc

%0
%59
%6
%22

Triadic Colors of #c853bc

#c853bc #bcc853 #53bcc8

Analogous Colors of #c853bc

#c853bc #c85382 #9a53c8

Monochromatic Colors of #c853bc

#c853bc

Complementary Color

#c853bc #53c85f

#c853bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c853bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c853bc Color CSS Codes

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

#c853bc Text Font Color

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

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


#c853bc Background Color

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

This div background color is #c853bc


#c853bc Border Color

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

This div border color is #c853bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c853bc


Comments

No comments written yet.

Please login to write comment.