Color Hex Logo

#c827dd Color Hex

#C827DD
(200,39,221)
0 Favorites   0 Comments

Color spaces of #c827dd

RGB 20039221
HSL0.810.730.51
HSV293°82°87°
CMYK 0.100.820.00   0.13
XYZ37.596118.950970.0830
Yxy18.95090.29690.1497
Hunter Lab43.532677.9759-64.9779
CIE-Lab50.629779.8357-57.8034

#c827dd color RGB value is (200,39,221).

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

The process color (four color CMYK) of #c827dd color hex is 0.10, 0.82, 0.00, 0.13. Web safe color of #c827dd is #cc33cc. Color #c827dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100111 11011101
Octal 310 47 335
Decimal 200 39 221
Hex C8 27 DD

RGB Percentages of Color #c827dd

%43.48
%8.48
%48.04

CMYK Percentages of Color #c827dd

%10
%82
%0
%13

Triadic Colors of #c827dd

#c827dd #ddc827 #27ddc8

Analogous Colors of #c827dd

#c827dd #dd2797 #6d27dd

Monochromatic Colors of #c827dd

#c827dd

Complementary Color

#c827dd #3cdd27

#c827dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c827dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c827dd Color CSS Codes

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

#c827dd Text Font Color

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

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


#c827dd Background Color

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

This div background color is #c827dd


#c827dd Border Color

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

This div border color is #c827dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c827dd


Comments

No comments written yet.

Please login to write comment.