Color Hex Logo

#d823cd Color Hex

#D823CD
(216,35,205)
0 Favorites   0 Comments

Color spaces of #d823cd

RGB 21635205
HSL0.840.720.49
HSV304°84°85°
CMYK 0.000.840.05   0.15
XYZ39.939420.208859.5533
Yxy20.20880.33370.1688
Hunter Lab44.954279.9178-47.0768
CIE-Lab52.072581.0893-46.1942

#d823cd color RGB value is (216,35,205).

#d823cd hex color red value is 216, green value is 35 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d823cd hue: 0.84 , saturation: 0.72 and the lightness value of d823cd is 0.49.

The process color (four color CMYK) of #d823cd color hex is 0.00, 0.84, 0.05, 0.15. Web safe color of #d823cd is #cc33cc. Color #d823cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100011 11001101
Octal 330 43 315
Decimal 216 35 205
Hex D8 23 CD

RGB Percentages of Color #d823cd

%47.37
%7.68
%44.96

CMYK Percentages of Color #d823cd

%0
%84
%5
%15

Triadic Colors of #d823cd

#d823cd #cdd823 #23cdd8

Analogous Colors of #d823cd

#d823cd #d82373 #8923d8

Monochromatic Colors of #d823cd

#d823cd

Complementary Color

#d823cd #23d82e

#d823cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d823cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d823cd Color CSS Codes

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

#d823cd Text Font Color

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

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


#d823cd Background Color

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

This div background color is #d823cd


#d823cd Border Color

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

This div border color is #d823cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,35,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d823cd


Comments

No comments written yet.

Please login to write comment.