Color Hex Logo

#d27fda Color Hex

#D27FDA
(210,127,218)
0 Favorites   0 Comments

Color spaces of #d27fda

RGB 210127218
HSL0.820.550.68
HSV295°42°85°
CMYK 0.040.420.00   0.15
XYZ46.822633.942370.4134
Yxy33.94230.30970.2245
Hunter Lab58.260041.5024-30.8762
CIE-Lab64.916746.1105-33.4415

#d27fda color RGB value is (210,127,218).

#d27fda hex color red value is 210, green value is 127 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d27fda hue: 0.82 , saturation: 0.55 and the lightness value of d27fda is 0.68.

The process color (four color CMYK) of #d27fda color hex is 0.04, 0.42, 0.00, 0.15. Web safe color of #d27fda is #cc66cc. Color #d27fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111111 11011010
Octal 322 177 332
Decimal 210 127 218
Hex D2 7F DA

RGB Percentages of Color #d27fda

%37.84
%22.88
%39.28

CMYK Percentages of Color #d27fda

%4
%42
%0
%15

Triadic Colors of #d27fda

#d27fda #dad27f #7fdad2

Analogous Colors of #d27fda

#d27fda #da7fb5 #a57fda

Monochromatic Colors of #d27fda

#d27fda

Complementary Color

#d27fda #87da7f

#d27fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27fda Color CSS Codes

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

#d27fda Text Font Color

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

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


#d27fda Background Color

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

This div background color is #d27fda


#d27fda Border Color

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

This div border color is #d27fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27fda


Comments

No comments written yet.

Please login to write comment.