Color Hex Logo

#d270dc Color Hex

#D270DC
(210,112,220)
0 Favorites   0 Comments

Color spaces of #d270dc

RGB 210112220
HSL0.820.610.65
HSV294°49°86°
CMYK 0.050.490.00   0.14
XYZ45.290830.457371.2019
Yxy30.45730.30820.2073
Hunter Lab55.188149.9089-37.8623
CIE-Lab62.046854.1269-39.0329

#d270dc color RGB value is (210,112,220).

#d270dc hex color red value is 210, green value is 112 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d270dc hue: 0.82 , saturation: 0.61 and the lightness value of d270dc is 0.65.

The process color (four color CMYK) of #d270dc color hex is 0.05, 0.49, 0.00, 0.14. Web safe color of #d270dc is #cc66cc. Color #d270dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01110000 11011100
Octal 322 160 334
Decimal 210 112 220
Hex D2 70 DC

RGB Percentages of Color #d270dc

%38.75
%20.66
%40.59

CMYK Percentages of Color #d270dc

%5
%49
%0
%14

Triadic Colors of #d270dc

#d270dc #dcd270 #70dcd2

Analogous Colors of #d270dc

#d270dc #dc70b0 #9c70dc

Monochromatic Colors of #d270dc

#d270dc

Complementary Color

#d270dc #7adc70

#d270dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d270dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d270dc Color CSS Codes

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

#d270dc Text Font Color

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

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


#d270dc Background Color

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

This div background color is #d270dc


#d270dc Border Color

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

This div border color is #d270dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d270dc


Comments

No comments written yet.

Please login to write comment.