Color Hex Logo

#d70cda Color Hex

#D70CDA
(215,12,218)
0 Favorites   0 Comments

Color spaces of #d70cda

RGB 21512218
HSL0.830.900.45
HSV299°94°85°
CMYK 0.010.940.00   0.15
XYZ40.810719.772067.9951
Yxy19.77200.31740.1538
Hunter Lab44.465786.0126-59.5378
CIE-Lab51.578485.9225-54.4355

#d70cda color RGB value is (215,12,218).

#d70cda hex color red value is 215, green value is 12 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d70cda hue: 0.83 , saturation: 0.90 and the lightness value of d70cda is 0.45.

The process color (four color CMYK) of #d70cda color hex is 0.01, 0.94, 0.00, 0.15. Web safe color of #d70cda is #cc00cc. Color #d70cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00001100 11011010
Octal 327 14 332
Decimal 215 12 218
Hex D7 C DA

RGB Percentages of Color #d70cda

%48.31
%2.70
%48.99

CMYK Percentages of Color #d70cda

%1
%94
%0
%15

Triadic Colors of #d70cda

#d70cda #dad70c #0cdad7

Analogous Colors of #d70cda

#d70cda #da0c76 #700cda

Monochromatic Colors of #d70cda

#d70cda

Complementary Color

#d70cda #0fda0c

#d70cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d70cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d70cda Color CSS Codes

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

#d70cda Text Font Color

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

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


#d70cda Background Color

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

This div background color is #d70cda


#d70cda Border Color

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

This div border color is #d70cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d70cda


Comments

No comments written yet.

Please login to write comment.