Color Hex Logo

#de148b Color Hex

#DE148B
(222,20,139)
0 Favorites   0 Comments

Color spaces of #de148b

RGB 22220139
HSL0.900.830.47
HSV325°91°87°
CMYK 0.000.910.37   0.13
XYZ35.034617.894026.0335
Yxy17.89400.44370.2266
Hunter Lab42.301373.8092-6.8779
CIE-Lab49.367376.7448-11.4308

#de148b color RGB value is (222,20,139).

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

The process color (four color CMYK) of #de148b color hex is 0.00, 0.91, 0.37, 0.13. Web safe color of #de148b is #cc0099. Color #de148b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00010100 10001011
Octal 336 24 213
Decimal 222 20 139
Hex DE 14 8B

RGB Percentages of Color #de148b

%58.27
%5.25
%36.48

CMYK Percentages of Color #de148b

%0
%91
%37
%13

Triadic Colors of #de148b

#de148b #8bde14 #148bde

Analogous Colors of #de148b

#de148b #de1426 #cc14de

Monochromatic Colors of #de148b

#de148b

Complementary Color

#de148b #14de67

#de148b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de148b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de148b Color CSS Codes

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

#de148b Text Font Color

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

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


#de148b Background Color

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

This div background color is #de148b


#de148b Border Color

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

This div border color is #de148b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,20,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 #de148b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de148b


Comments

No comments written yet.

Please login to write comment.