Color Hex Logo

#c853be Color Hex

#C853BE
(200,83,190)
0 Favorites   0 Comments

Color spaces of #c853be

RGB 20083190
HSL0.850.520.55
HSV305°59°78°
CMYK 0.000.590.05   0.22
XYZ36.206922.183651.0887
Yxy22.18360.33070.2026
Hunter Lab47.099554.7947-31.3421
CIE-Lab54.221359.7773-34.3410

#c853be color RGB value is (200,83,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01010011 10111110
Octal 310 123 276
Decimal 200 83 190
Hex C8 53 BE

RGB Percentages of Color #c853be

%42.28
%17.55
%40.17

CMYK Percentages of Color #c853be

%0
%59
%5
%22

Triadic Colors of #c853be

#c853be #bec853 #53bec8

Analogous Colors of #c853be

#c853be #c85384 #9853c8

Monochromatic Colors of #c853be

#c853be

Complementary Color

#c853be #53c85d

#c853be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c853be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c853be Color CSS Codes

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

#c853be Text Font Color

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

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


#c853be Background Color

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

This div background color is #c853be


#c853be Border Color

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

This div border color is #c853be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c853be


Comments

No comments written yet.

Please login to write comment.