Color Hex Logo

#c852dd Color Hex

#C852DD
(200,82,221)
0 Favorites   0 Comments

Color spaces of #c852dd

RGB 20082221
HSL0.810.670.59
HSV291°63°87°
CMYK 0.100.630.00   0.13
XYZ39.887923.534470.8469
Yxy23.53440.29710.1753
Hunter Lab48.512361.8703-52.6280
CIE-Lab55.618665.6433-49.8270

#c852dd color RGB value is (200,82,221).

#c852dd hex color red value is 200, green value is 82 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c852dd hue: 0.81 , saturation: 0.67 and the lightness value of c852dd is 0.59.

The process color (four color CMYK) of #c852dd color hex is 0.10, 0.63, 0.00, 0.13. Web safe color of #c852dd is #cc66cc. Color #c852dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01010010 11011101
Octal 310 122 335
Decimal 200 82 221
Hex C8 52 DD

RGB Percentages of Color #c852dd

%39.76
%16.30
%43.94

CMYK Percentages of Color #c852dd

%10
%63
%0
%13

Triadic Colors of #c852dd

#c852dd #ddc852 #52ddc8

Analogous Colors of #c852dd

#c852dd #dd52ad #8352dd

Monochromatic Colors of #c852dd

#c852dd

Complementary Color

#c852dd #67dd52

#c852dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c852dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c852dd Color CSS Codes

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

#c852dd Text Font Color

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

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


#c852dd Background Color

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

This div background color is #c852dd


#c852dd Border Color

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

This div border color is #c852dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c852dd


Comments

No comments written yet.

Please login to write comment.