color codes Logo

#d034dd color codes

#D034DD
(208,52,221)
0 Favorites   0 Comments

Color spaces of #d034dd

RGB 20852221
HSL0.820.710.54
HSV295°76°87°
CMYK 0.060.760.00   0.13
XYZ40.291621.086370.3531
Yxy21.08630.30590.1601
Hunter Lab45.919876.2622-58.6935
CIE-Lab53.043878.0000-53.8627

#d034dd color RGB value is (208,52,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110100 11011101
Octal 320 64 335
Decimal 208 52 221
Hex D0 34 DD

RGB Percentages of Color #d034dd

%43.24
%10.81
%45.95

CMYK Percentages of Color #d034dd

%6
%76
%0
%13

Triadic Colors of #d034dd

#d034dd #ddd034 #34ddd0

Analogous Colors of #d034dd

#d034dd #dd3496 #7c34dd

Monochromatic Colors of #d034dd

#d034dd

Complementary Color

#d034dd #41dd34

#d034dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d034dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d034dd Color CSS Codes

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

#d034dd Text Font Color

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

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


#d034dd Background Color

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

This div background color is #d034dd


#d034dd Border Color

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

This div border color is #d034dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d034dd


Comments

No comments written yet.

Please login to write comment.