Color Hex Logo

#d27ddb Color Hex

#D27DDB
(210,125,219)
0 Favorites   0 Comments

Color spaces of #d27ddb

RGB 210125219
HSL0.820.570.67
HSV294°43°86°
CMYK 0.040.430.00   0.14
XYZ46.698133.483371.0195
Yxy33.48330.30880.2214
Hunter Lab57.864842.7900-32.2634
CIE-Lab64.550347.3395-34.5680

#d27ddb color RGB value is (210,125,219).

#d27ddb hex color red value is 210, green value is 125 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d27ddb hue: 0.82 , saturation: 0.57 and the lightness value of d27ddb is 0.67.

The process color (four color CMYK) of #d27ddb color hex is 0.04, 0.43, 0.00, 0.14. Web safe color of #d27ddb is #cc66cc. Color #d27ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111101 11011011
Octal 322 175 333
Decimal 210 125 219
Hex D2 7D DB

RGB Percentages of Color #d27ddb

%37.91
%22.56
%39.53

CMYK Percentages of Color #d27ddb

%4
%43
%0
%14

Triadic Colors of #d27ddb

#d27ddb #dbd27d #7ddbd2

Analogous Colors of #d27ddb

#d27ddb #db7db5 #a37ddb

Monochromatic Colors of #d27ddb

#d27ddb

Complementary Color

#d27ddb #86db7d

#d27ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27ddb Color CSS Codes

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

#d27ddb Text Font Color

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

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


#d27ddb Background Color

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

This div background color is #d27ddb


#d27ddb Border Color

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

This div border color is #d27ddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,125,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27ddb


Comments

No comments written yet.

Please login to write comment.