Color Hex Logo

#de398b Color Hex

#DE398B
(222,57,139)
0 Favorites   0 Comments

Color spaces of #de398b

RGB 22257139
HSL0.920.710.55
HSV330°74°87°
CMYK 0.000.740.37   0.13
XYZ36.247520.319926.4378
Yxy20.31990.43670.2448
Hunter Lab45.077664.6484-3.2190
CIE-Lab52.197068.6381-7.1914

#de398b color RGB value is (222,57,139).

#de398b hex color red value is 222, green value is 57 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #de398b hue: 0.92 , saturation: 0.71 and the lightness value of de398b is 0.55.

The process color (four color CMYK) of #de398b color hex is 0.00, 0.74, 0.37, 0.13. Web safe color of #de398b is #cc3399. Color #de398b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00111001 10001011
Octal 336 71 213
Decimal 222 57 139
Hex DE 39 8B

RGB Percentages of Color #de398b

%53.11
%13.64
%33.25

CMYK Percentages of Color #de398b

%0
%74
%37
%13

Triadic Colors of #de398b

#de398b #8bde39 #398bde

Analogous Colors of #de398b

#de398b #de3a39 #de39de

Monochromatic Colors of #de398b

#de398b

Complementary Color

#de398b #39de8c

#de398b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de398b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de398b Color CSS Codes

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

#de398b Text Font Color

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

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


#de398b Background Color

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

This div background color is #de398b


#de398b Border Color

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

This div border color is #de398b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de398b


Comments

No comments written yet.

Please login to write comment.