color codes Logo

#d834dd color codes

#D834DD
(216,52,221)
0 Favorites   0 Comments

Color spaces of #d834dd

RGB 21652221
HSL0.830.710.54
HSV298°76°87°
CMYK 0.020.760.00   0.13
XYZ42.598022.275470.4610
Yxy22.27540.31480.1646
Hunter Lab47.196878.5127-55.4774
CIE-Lab54.318079.5422-51.7542

#d834dd color RGB value is (216,52,221).

#d834dd hex color red value is 216, green value is 52 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d834dd hue: 0.83 , saturation: 0.71 and the lightness value of d834dd is 0.54.

The process color (four color CMYK) of #d834dd color code is 0.02, 0.76, 0.00, 0.13. Web safe color of #d834dd is #cc33cc. Color #d834dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110100 11011101
Octal 330 64 335
Decimal 216 52 221
Hex D8 34 DD

RGB Percentages of Color #d834dd

%44.17
%10.63
%45.19

CMYK Percentages of Color #d834dd

%2
%76
%0
%13

Triadic Colors of #d834dd

#d834dd #ddd834 #34ddd8

Analogous Colors of #d834dd

#d834dd #dd348e #8434dd

Monochromatic Colors of #d834dd

#d834dd

Complementary Color

#d834dd #39dd34

#d834dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d834dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d834dd Color CSS Codes

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

#d834dd Text Font Color

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

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


#d834dd Background Color

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

This div background color is #d834dd


#d834dd Border Color

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

This div border color is #d834dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d834dd


Comments

No comments written yet.

Please login to write comment.