Color Hex Logo

#de238f Color Hex

#DE238F
(222,35,143)
0 Favorites   0 Comments

Color spaces of #de238f

RGB 22235143
HSL0.900.740.50
HSV325°84°87°
CMYK 0.000.840.36   0.13
XYZ35.683218.714827.7182
Yxy18.71480.43450.2279
Hunter Lab43.260671.5284-7.7062
CIE-Lab50.351974.6998-12.3552

#de238f color RGB value is (222,35,143).

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

The process color (four color CMYK) of #de238f color hex is 0.00, 0.84, 0.36, 0.13. Web safe color of #de238f is #cc3399. Color #de238f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00100011 10001111
Octal 336 43 217
Decimal 222 35 143
Hex DE 23 8F

RGB Percentages of Color #de238f

%55.50
%8.75
%35.75

CMYK Percentages of Color #de238f

%0
%84
%36
%13

Triadic Colors of #de238f

#de238f #8fde23 #238fde

Analogous Colors of #de238f

#de238f #de2331 #d023de

Monochromatic Colors of #de238f

#de238f

Complementary Color

#de238f #23de72

#de238f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de238f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de238f Color CSS Codes

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

#de238f Text Font Color

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

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


#de238f Background Color

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

This div background color is #de238f


#de238f Border Color

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

This div border color is #de238f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de238f


Comments

No comments written yet.

Please login to write comment.