Color Hex Logo

#d70ddc Color Hex

#D70DDC
(215,13,220)
0 Favorites   0 Comments

Color spaces of #d70ddc

RGB 21513220
HSL0.830.890.46
HSV299°94°86°
CMYK 0.020.940.00   0.14
XYZ41.086519.902269.3862
Yxy19.90220.31510.1527
Hunter Lab44.611986.3235-60.9872
CIE-Lab51.726586.1323-55.3382

#d70ddc color RGB value is (215,13,220).

#d70ddc hex color red value is 215, green value is 13 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d70ddc hue: 0.83 , saturation: 0.89 and the lightness value of d70ddc is 0.46.

The process color (four color CMYK) of #d70ddc color hex is 0.02, 0.94, 0.00, 0.14. Web safe color of #d70ddc is #cc00cc. Color #d70ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00001101 11011100
Octal 327 15 334
Decimal 215 13 220
Hex D7 D DC

RGB Percentages of Color #d70ddc

%47.99
%2.90
%49.11

CMYK Percentages of Color #d70ddc

%2
%94
%0
%14

Triadic Colors of #d70ddc

#d70ddc #dcd70d #0ddcd7

Analogous Colors of #d70ddc

#d70ddc #dc0d7a #700ddc

Monochromatic Colors of #d70ddc

#d70ddc

Complementary Color

#d70ddc #12dc0d

#d70ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d70ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d70ddc Color CSS Codes

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

#d70ddc Text Font Color

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

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


#d70ddc Background Color

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

This div background color is #d70ddc


#d70ddc Border Color

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

This div border color is #d70ddc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,13,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d70ddc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d70ddc;
  -webkit-box-shadow: 1px 1px 3px 2px #d70ddc;
  box-shadow:         1px 1px 3px 2px #d70ddc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,13,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d70ddc


Comments

No comments written yet.

Please login to write comment.