Color Hex Logo

#de13df Color Hex

#DE13DF
(222,19,223)
0 Favorites   0 Comments

Color spaces of #de13df

RGB 22219223
HSL0.830.840.47
HSV300°91°87°
CMYK 0.000.910.00   0.13
XYZ43.676421.323171.6258
Yxy21.32310.31970.1561
Hunter Lab46.176988.0243-59.6418
CIE-Lab53.301387.1265-54.4551

#de13df color RGB value is (222,19,223).

#de13df hex color red value is 222, green value is 19 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #de13df hue: 0.83 , saturation: 0.84 and the lightness value of de13df is 0.47.

The process color (four color CMYK) of #de13df color hex is 0.00, 0.91, 0.00, 0.13. Web safe color of #de13df is #cc00cc. Color #de13df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00010011 11011111
Octal 336 23 337
Decimal 222 19 223
Hex DE 13 DF

RGB Percentages of Color #de13df

%47.84
%4.09
%48.06

CMYK Percentages of Color #de13df

%0
%91
%0
%13

Triadic Colors of #de13df

#de13df #dfde13 #13dfde

Analogous Colors of #de13df

#de13df #df137a #7813df

Monochromatic Colors of #de13df

#de13df

Complementary Color

#de13df #14df13

#de13df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de13df Color Preview on White Background

Lorem ipsum dolor sit amet.

#de13df Color CSS Codes

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

#de13df Text Font Color

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

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


#de13df Background Color

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

This div background color is #de13df


#de13df Border Color

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

This div border color is #de13df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,19,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de13df


Comments

No comments written yet.

Please login to write comment.