Color Hex Logo

#de48ba Color Hex

#DE48BA
(222,72,186)
0 Favorites   0 Comments

Color spaces of #de48ba

RGB 22272186
HSL0.870.690.58
HSV314°68°87°
CMYK 0.000.680.16   0.13
XYZ41.304523.709548.8538
Yxy23.70950.36270.2082
Hunter Lab48.692466.2052-25.4018
CIE-Lab55.795869.2597-29.3263

#de48ba color RGB value is (222,72,186).

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

The process color (four color CMYK) of #de48ba color hex is 0.00, 0.68, 0.16, 0.13. Web safe color of #de48ba is #cc33cc. Color #de48ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01001000 10111010
Octal 336 110 272
Decimal 222 72 186
Hex DE 48 BA

RGB Percentages of Color #de48ba

%46.25
%15.00
%38.75

CMYK Percentages of Color #de48ba

%0
%68
%16
%13

Triadic Colors of #de48ba

#de48ba #bade48 #48bade

Analogous Colors of #de48ba

#de48ba #de486f #b748de

Monochromatic Colors of #de48ba

#de48ba

Complementary Color

#de48ba #48de6c

#de48ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de48ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#de48ba Color CSS Codes

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

#de48ba Text Font Color

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

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


#de48ba Background Color

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

This div background color is #de48ba


#de48ba Border Color

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

This div border color is #de48ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de48ba


Comments

No comments written yet.

Please login to write comment.