color codes Logo

#d27df6 color codes

#D27DF6
(210,125,246)
0 Favorites   0 Comments

Color spaces of #d27df6

RGB 210125246
HSL0.780.870.73
HSV282°49°96°
CMYK 0.150.490.00   0.04
XYZ50.546535.022791.2847
Yxy35.02270.28580.1980
Hunter Lab59.180048.8945-50.0284
CIE-Lab65.766352.6514-47.6095

#d27df6 color RGB value is (210,125,246).

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

The process color (four color CMYK) of #d27df6 color code is 0.15, 0.49, 0.00, 0.04. Web safe color of #d27df6 is #cc66ff. Color #d27df6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111101 11110110
Octal 322 175 366
Decimal 210 125 246
Hex D2 7D F6

RGB Percentages of Color #d27df6

%36.14
%21.51
%42.34

CMYK Percentages of Color #d27df6

%15
%49
%0
%4

Triadic Colors of #d27df6

#d27df6 #f6d27d #7df6d2

Analogous Colors of #d27df6

#d27df6 #f67dde #967df6

Monochromatic Colors of #d27df6

#d27df6

Complementary Color

#d27df6 #a1f67d

#d27df6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27df6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27df6 Color CSS Codes

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

#d27df6 Text Font Color

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

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


#d27df6 Background Color

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

This div background color is #d27df6


#d27df6 Border Color

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

This div border color is #d27df6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27df6


Comments

No comments written yet.

Please login to write comment.