color codes Logo

#c823dd color codes

#C823DD
(200,35,221)
0 Favorites   0 Comments

Color spaces of #c823dd

RGB 20035221
HSL0.810.730.50
HSV293°84°87°
CMYK 0.100.840.00   0.13
XYZ37.471618.701970.0415
Yxy18.70190.29690.1482
Hunter Lab43.245778.9870-65.7552
CIE-Lab50.336680.6935-58.2746

#c823dd color RGB value is (200,35,221).

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

The process color (four color CMYK) of #c823dd color code is 0.10, 0.84, 0.00, 0.13. Web safe color of #c823dd is #cc33cc. Color #c823dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100011 11011101
Octal 310 43 335
Decimal 200 35 221
Hex C8 23 DD

RGB Percentages of Color #c823dd

%43.86
%7.68
%48.46

CMYK Percentages of Color #c823dd

%10
%84
%0
%13

Triadic Colors of #c823dd

#c823dd #ddc823 #23ddc8

Analogous Colors of #c823dd

#c823dd #dd2395 #6b23dd

Monochromatic Colors of #c823dd

#c823dd

Complementary Color

#c823dd #38dd23

#c823dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c823dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c823dd Color CSS Codes

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

#c823dd Text Font Color

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

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


#c823dd Background Color

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

This div background color is #c823dd


#c823dd Border Color

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

This div border color is #c823dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c823dd


Comments

No comments written yet.

Please login to write comment.