Color Hex Logo

#de35dc Color Hex

#DE35DC
(222,53,220)
0 Favorites   0 Comments

Color spaces of #de35dc

RGB 22253220
HSL0.840.720.54
HSV301°76°87°
CMYK 0.000.760.01   0.13
XYZ44.315623.243169.8608
Yxy23.24310.32250.1691
Hunter Lab48.211179.7076-52.1670
CIE-Lab55.321980.2903-49.5308

#de35dc color RGB value is (222,53,220).

#de35dc hex color red value is 222, green value is 53 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #de35dc hue: 0.84 , saturation: 0.72 and the lightness value of de35dc is 0.54.

The process color (four color CMYK) of #de35dc color hex is 0.00, 0.76, 0.01, 0.13. Web safe color of #de35dc is #cc33cc. Color #de35dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00110101 11011100
Octal 336 65 334
Decimal 222 53 220
Hex DE 35 DC

RGB Percentages of Color #de35dc

%44.85
%10.71
%44.44

CMYK Percentages of Color #de35dc

%0
%76
%1
%13

Triadic Colors of #de35dc

#de35dc #dcde35 #35dcde

Analogous Colors of #de35dc

#de35dc #de3588 #8c35de

Monochromatic Colors of #de35dc

#de35dc

Complementary Color

#de35dc #35de37

#de35dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de35dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de35dc Color CSS Codes

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

#de35dc Text Font Color

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

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


#de35dc Background Color

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

This div background color is #de35dc


#de35dc Border Color

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

This div border color is #de35dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de35dc


Comments

No comments written yet.

Please login to write comment.