Color Hex Logo

#de4abf Color Hex

#DE4ABF
(222,74,191)
0 Favorites   0 Comments

Color spaces of #de4abf

RGB 22274191
HSL0.870.690.58
HSV313°67°87°
CMYK 0.000.670.14   0.13
XYZ41.977024.188751.7467
Yxy24.18870.35600.2051
Hunter Lab49.182066.2818-27.9544
CIE-Lab56.276269.2330-31.4623

#de4abf color RGB value is (222,74,191).

#de4abf hex color red value is 222, green value is 74 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #de4abf hue: 0.87 , saturation: 0.69 and the lightness value of de4abf is 0.58.

The process color (four color CMYK) of #de4abf color hex is 0.00, 0.67, 0.14, 0.13. Web safe color of #de4abf is #cc33cc. Color #de4abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01001010 10111111
Octal 336 112 277
Decimal 222 74 191
Hex DE 4A BF

RGB Percentages of Color #de4abf

%45.59
%15.20
%39.22

CMYK Percentages of Color #de4abf

%0
%67
%14
%13

Triadic Colors of #de4abf

#de4abf #bfde4a #4abfde

Analogous Colors of #de4abf

#de4abf #de4a75 #b34ade

Monochromatic Colors of #de4abf

#de4abf

Complementary Color

#de4abf #4ade69

#de4abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de4abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#de4abf Color CSS Codes

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

#de4abf Text Font Color

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

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


#de4abf Background Color

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

This div background color is #de4abf


#de4abf Border Color

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

This div border color is #de4abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de4abf


Comments

No comments written yet.

Please login to write comment.