Color Hex Logo

#d27bdf Color Hex

#D27BDF
(210,123,223)
0 Favorites   0 Comments

Color spaces of #d27bdf

RGB 210123223
HSL0.810.610.68
HSV292°45°87°
CMYK 0.060.450.00   0.13
XYZ46.980633.195373.7432
Yxy33.19530.30520.2157
Hunter Lab57.615444.7252-35.5559
CIE-Lab64.318749.1318-37.1569

#d27bdf color RGB value is (210,123,223).

#d27bdf hex color red value is 210, green value is 123 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d27bdf hue: 0.81 , saturation: 0.61 and the lightness value of d27bdf is 0.68.

The process color (four color CMYK) of #d27bdf color hex is 0.06, 0.45, 0.00, 0.13. Web safe color of #d27bdf is #cc66cc. Color #d27bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111011 11011111
Octal 322 173 337
Decimal 210 123 223
Hex D2 7B DF

RGB Percentages of Color #d27bdf

%37.77
%22.12
%40.11

CMYK Percentages of Color #d27bdf

%6
%45
%0
%13

Triadic Colors of #d27bdf

#d27bdf #dfd27b #7bdfd2

Analogous Colors of #d27bdf

#d27bdf #df7bba #a07bdf

Monochromatic Colors of #d27bdf

#d27bdf

Complementary Color

#d27bdf #88df7b

#d27bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27bdf Color CSS Codes

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

#d27bdf Text Font Color

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

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


#d27bdf Background Color

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

This div background color is #d27bdf


#d27bdf Border Color

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

This div border color is #d27bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27bdf


Comments

No comments written yet.

Please login to write comment.