Color Hex Logo

#c853ca Color Hex

#C853CA
(200,83,202)
0 Favorites   0 Comments

Color spaces of #c853ca

RGB 20083202
HSL0.830.530.56
HSV299°59°79°
CMYK 0.010.590.00   0.21
XYZ37.573322.730158.2841
Yxy22.73010.31680.1917
Hunter Lab47.676157.2418-39.1089
CIE-Lab54.793261.8153-40.3330

#c853ca color RGB value is (200,83,202).

#c853ca hex color red value is 200, green value is 83 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c853ca hue: 0.83 , saturation: 0.53 and the lightness value of c853ca is 0.56.

The process color (four color CMYK) of #c853ca color hex is 0.01, 0.59, 0.00, 0.21. Web safe color of #c853ca is #cc66cc. Color #c853ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01010011 11001010
Octal 310 123 312
Decimal 200 83 202
Hex C8 53 CA

RGB Percentages of Color #c853ca

%41.24
%17.11
%41.65

CMYK Percentages of Color #c853ca

%1
%59
%0
%21

Triadic Colors of #c853ca

#c853ca #cac853 #53cac8

Analogous Colors of #c853ca

#c853ca #ca5391 #8d53ca

Monochromatic Colors of #c853ca

#c853ca

Complementary Color

#c853ca #55ca53

#c853ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c853ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c853ca Color CSS Codes

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

#c853ca Text Font Color

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

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


#c853ca Background Color

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

This div background color is #c853ca


#c853ca Border Color

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

This div border color is #c853ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c853ca


Comments

No comments written yet.

Please login to write comment.