Color Hex Logo

#d27dfb Color Hex

#D27DFB
(210,125,251)
0 Favorites   0 Comments

Color spaces of #d27dfb

RGB 210125251
HSL0.780.940.74
HSV280°50°98°
CMYK 0.160.500.00   0.02
XYZ51.324535.333995.3818
Yxy35.33390.28190.1941
Hunter Lab59.442350.0988-53.5278
CIE-Lab66.007853.6784-49.9734

#d27dfb color RGB value is (210,125,251).

#d27dfb hex color red value is 210, green value is 125 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d27dfb hue: 0.78 , saturation: 0.94 and the lightness value of d27dfb is 0.74.

The process color (four color CMYK) of #d27dfb color hex is 0.16, 0.50, 0.00, 0.02. Web safe color of #d27dfb is #cc66ff. Color #d27dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111101 11111011
Octal 322 175 373
Decimal 210 125 251
Hex D2 7D FB

RGB Percentages of Color #d27dfb

%35.84
%21.33
%42.83

CMYK Percentages of Color #d27dfb

%16
%50
%0
%2

Triadic Colors of #d27dfb

#d27dfb #fbd27d #7dfbd2

Analogous Colors of #d27dfb

#d27dfb #fb7de5 #937dfb

Monochromatic Colors of #d27dfb

#d27dfb

Complementary Color

#d27dfb #a6fb7d

#d27dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27dfb Color CSS Codes

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

#d27dfb Text Font Color

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

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


#d27dfb Background Color

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

This div background color is #d27dfb


#d27dfb Border Color

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

This div border color is #d27dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27dfb

Related Colors


Comments

No comments written yet.

Please login to write comment.