Color Hex Logo

#df27cd Color Hex

#DF27CD
(223,39,205)
0 Favorites   0 Comments

Color spaces of #df27cd

RGB 22339205
HSL0.850.740.51
HSV306°83°87°
CMYK 0.000.830.08   0.13
XYZ42.176421.546859.6936
Yxy21.54680.34170.1746
Hunter Lab46.418580.9547-43.7532
CIE-Lab53.542881.6169-43.7875

#df27cd color RGB value is (223,39,205).

#df27cd hex color red value is 223, green value is 39 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #df27cd hue: 0.85 , saturation: 0.74 and the lightness value of df27cd is 0.51.

The process color (four color CMYK) of #df27cd color hex is 0.00, 0.83, 0.08, 0.13. Web safe color of #df27cd is #cc33cc. Color #df27cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100111 11001101
Octal 337 47 315
Decimal 223 39 205
Hex DF 27 CD

RGB Percentages of Color #df27cd

%47.75
%8.35
%43.90

CMYK Percentages of Color #df27cd

%0
%83
%8
%13

Triadic Colors of #df27cd

#df27cd #cddf27 #27cddf

Analogous Colors of #df27cd

#df27cd #df2771 #9527df

Monochromatic Colors of #df27cd

#df27cd

Complementary Color

#df27cd #27df39

#df27cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df27cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df27cd Color CSS Codes

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

#df27cd Text Font Color

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

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


#df27cd Background Color

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

This div background color is #df27cd


#df27cd Border Color

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

This div border color is #df27cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df27cd


Comments

No comments written yet.

Please login to write comment.