Color Hex Logo

#d27dcf Color Hex

#D27DCF
(210,125,207)
0 Favorites   0 Comments

Color spaces of #d27dcf

RGB 210125207
HSL0.840.490.66
HSV302°40°82°
CMYK 0.000.400.01   0.18
XYZ45.174432.873962.9958
Yxy32.87390.32030.2331
Hunter Lab57.335840.3012-25.0079
CIE-Lab64.058745.1202-28.6211

#d27dcf color RGB value is (210,125,207).

#d27dcf hex color red value is 210, green value is 125 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d27dcf hue: 0.84 , saturation: 0.49 and the lightness value of d27dcf is 0.66.

The process color (four color CMYK) of #d27dcf color hex is 0.00, 0.40, 0.01, 0.18. Web safe color of #d27dcf is #cc66cc. Color #d27dcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111101 11001111
Octal 322 175 317
Decimal 210 125 207
Hex D2 7D CF

RGB Percentages of Color #d27dcf

%38.75
%23.06
%38.19

CMYK Percentages of Color #d27dcf

%0
%40
%1
%18

Triadic Colors of #d27dcf

#d27dcf #cfd27d #7dcfd2

Analogous Colors of #d27dcf

#d27dcf #d27da5 #ab7dd2

Monochromatic Colors of #d27dcf

#d27dcf

Complementary Color

#d27dcf #7dd280

#d27dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27dcf Color CSS Codes

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

#d27dcf Text Font Color

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

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


#d27dcf Background Color

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

This div background color is #d27dcf


#d27dcf Border Color

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

This div border color is #d27dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27dcf


Comments

No comments written yet.

Please login to write comment.