Color Hex Logo

#d27dfc Color Hex

#D27DFC
(210,125,252)
0 Favorites   0 Comments

Color spaces of #d27dfc

RGB 210125252
HSL0.780.950.74
HSV280°50°99°
CMYK 0.170.500.00   0.01
XYZ51.482635.397196.2144
Yxy35.39710.28120.1933
Hunter Lab59.495550.3425-54.2353
CIE-Lab66.056753.8854-50.4444

#d27dfc color RGB value is (210,125,252).

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

The process color (four color CMYK) of #d27dfc color hex is 0.17, 0.50, 0.00, 0.01. Web safe color of #d27dfc is #cc66ff. Color #d27dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111101 11111100
Octal 322 175 374
Decimal 210 125 252
Hex D2 7D FC

RGB Percentages of Color #d27dfc

%35.78
%21.29
%42.93

CMYK Percentages of Color #d27dfc

%17
%50
%0
%1

Triadic Colors of #d27dfc

#d27dfc #fcd27d #7dfcd2

Analogous Colors of #d27dfc

#d27dfc #fc7de7 #937dfc

Monochromatic Colors of #d27dfc

#d27dfc

Complementary Color

#d27dfc #a7fc7d

#d27dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27dfc Color CSS Codes

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

#d27dfc Text Font Color

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

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


#d27dfc Background Color

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

This div background color is #d27dfc


#d27dfc Border Color

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

This div border color is #d27dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.