Color Hex Logo

#d83dcd Color Hex

#D83DCD
(216,61,205)
0 Favorites   0 Comments

Color spaces of #d83dcd

RGB 21661205
HSL0.850.670.54
HSV304°72°85°
CMYK 0.000.720.05   0.15
XYZ41.007122.344259.9092
Yxy22.34420.33270.1813
Hunter Lab47.269772.1294-42.0549
CIE-Lab54.390374.4064-42.5231

#d83dcd color RGB value is (216,61,205).

#d83dcd hex color red value is 216, green value is 61 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d83dcd hue: 0.85 , saturation: 0.67 and the lightness value of d83dcd is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00111101 11001101
Octal 330 75 315
Decimal 216 61 205
Hex D8 3D CD

RGB Percentages of Color #d83dcd

%44.81
%12.66
%42.53

CMYK Percentages of Color #d83dcd

%0
%72
%5
%15

Triadic Colors of #d83dcd

#d83dcd #cdd83d #3dcdd8

Analogous Colors of #d83dcd

#d83dcd #d83d80 #963dd8

Monochromatic Colors of #d83dcd

#d83dcd

Complementary Color

#d83dcd #3dd848

#d83dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d83dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d83dcd Color CSS Codes

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

#d83dcd Text Font Color

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

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


#d83dcd Background Color

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

This div background color is #d83dcd


#d83dcd Border Color

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

This div border color is #d83dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d83dcd


Comments

No comments written yet.

Please login to write comment.