Color Hex Logo

#de4188 Color Hex

#DE4188
(222,65,136)
0 Favorites   0 Comments

Color spaces of #de4188

RGB 22265136
HSL0.920.700.56
HSV333°71°87°
CMYK 0.000.710.39   0.13
XYZ36.458421.087825.4413
Yxy21.08780.43930.2541
Hunter Lab45.921561.3539-0.7027
CIE-Lab53.045565.6828-4.1407

#de4188 color RGB value is (222,65,136).

#de4188 hex color red value is 222, green value is 65 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #de4188 hue: 0.92 , saturation: 0.70 and the lightness value of de4188 is 0.56.

The process color (four color CMYK) of #de4188 color hex is 0.00, 0.71, 0.39, 0.13. Web safe color of #de4188 is #cc3399. Color #de4188 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01000001 10001000
Octal 336 101 210
Decimal 222 65 136
Hex DE 41 88

RGB Percentages of Color #de4188

%52.48
%15.37
%32.15

CMYK Percentages of Color #de4188

%0
%71
%39
%13

Triadic Colors of #de4188

#de4188 #88de41 #4188de

Analogous Colors of #de4188

#de4188 #de4841 #de41d7

Monochromatic Colors of #de4188

#de4188

Complementary Color

#de4188 #41de97

#de4188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de4188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de4188 Color CSS Codes

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

#de4188 Text Font Color

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

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


#de4188 Background Color

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

This div background color is #de4188


#de4188 Border Color

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

This div border color is #de4188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de4188


Comments

No comments written yet.

Please login to write comment.