Color Hex Logo

#d249cf Color Hex

#D249CF
(210,73,207)
0 Favorites   0 Comments

Color spaces of #d249cf

RGB 21073207
HSL0.840.600.55
HSV301°65°82°
CMYK 0.000.650.01   0.18
XYZ40.223422.971761.3455
Yxy22.97170.32300.1845
Hunter Lab47.928865.9276-42.3369
CIE-Lab55.043269.1701-42.6969

#d249cf color RGB value is (210,73,207).

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

The process color (four color CMYK) of #d249cf color hex is 0.00, 0.65, 0.01, 0.18. Web safe color of #d249cf is #cc33cc. Color #d249cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01001001 11001111
Octal 322 111 317
Decimal 210 73 207
Hex D2 49 CF

RGB Percentages of Color #d249cf

%42.86
%14.90
%42.24

CMYK Percentages of Color #d249cf

%0
%65
%1
%18

Triadic Colors of #d249cf

#d249cf #cfd249 #49cfd2

Analogous Colors of #d249cf

#d249cf #d2498b #9149d2

Monochromatic Colors of #d249cf

#d249cf

Complementary Color

#d249cf #49d24c

#d249cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d249cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d249cf Color CSS Codes

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

#d249cf Text Font Color

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

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


#d249cf Background Color

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

This div background color is #d249cf


#d249cf Border Color

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

This div border color is #d249cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d249cf


Comments

No comments written yet.

Please login to write comment.