Color Hex Logo

#d254cd Color Hex

#D254CD
(210,84,205)
0 Favorites   0 Comments

Color spaces of #d254cd

RGB 21084205
HSL0.840.580.58
HSV302°60°82°
CMYK 0.000.600.02   0.18
XYZ40.768124.450160.3282
Yxy24.45010.32470.1947
Hunter Lab49.447060.6374-37.7242
CIE-Lab56.535764.4239-39.2054

#d254cd color RGB value is (210,84,205).

#d254cd hex color red value is 210, green value is 84 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d254cd hue: 0.84 , saturation: 0.58 and the lightness value of d254cd is 0.58.

The process color (four color CMYK) of #d254cd color hex is 0.00, 0.60, 0.02, 0.18. Web safe color of #d254cd is #cc66cc. Color #d254cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01010100 11001101
Octal 322 124 315
Decimal 210 84 205
Hex D2 54 CD

RGB Percentages of Color #d254cd

%42.08
%16.83
%41.08

CMYK Percentages of Color #d254cd

%0
%60
%2
%18

Triadic Colors of #d254cd

#d254cd #cdd254 #54cdd2

Analogous Colors of #d254cd

#d254cd #d2548e #9854d2

Monochromatic Colors of #d254cd

#d254cd

Complementary Color

#d254cd #54d259

#d254cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d254cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d254cd Color CSS Codes

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

#d254cd Text Font Color

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

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


#d254cd Background Color

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

This div background color is #d254cd


#d254cd Border Color

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

This div border color is #d254cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d254cd


Comments

No comments written yet.

Please login to write comment.