Color Hex Logo

#de215d Color Hex

#DE215D
(222,33,93)
0 Favorites   0 Comments

Color spaces of #de215d

RGB 2223393
HSL0.950.740.50
HSV341°85°87°
CMYK 0.000.850.58   0.13
XYZ32.643817.407611.9954
Yxy17.40760.52610.2806
Hunter Lab41.722466.644912.1595
CIE-Lab48.769670.973515.7946

#de215d color RGB value is (222,33,93).

#de215d hex color red value is 222, green value is 33 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #de215d hue: 0.95 , saturation: 0.74 and the lightness value of de215d is 0.50.

The process color (four color CMYK) of #de215d color hex is 0.00, 0.85, 0.58, 0.13. Web safe color of #de215d is #cc3366. Color #de215d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00100001 01011101
Octal 336 41 135
Decimal 222 33 93
Hex DE 21 5D

RGB Percentages of Color #de215d

%63.79
%9.48
%26.72

CMYK Percentages of Color #de215d

%0
%85
%58
%13

Triadic Colors of #de215d

#de215d #5dde21 #215dde

Analogous Colors of #de215d

#de215d #de4421 #de21bc

Monochromatic Colors of #de215d

#de215d

Complementary Color

#de215d #21dea2

#de215d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de215d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de215d Color CSS Codes

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

#de215d Text Font Color

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

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


#de215d Background Color

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

This div background color is #de215d


#de215d Border Color

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

This div border color is #de215d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de215d


Comments

No comments written yet.

Please login to write comment.