Color Hex Logo

#de07ba Color Hex

#DE07BA
(222,7,186)
0 Favorites   0 Comments

Color spaces of #de07ba

RGB 2227186
HSL0.860.940.45
HSV310°97°87°
CMYK 0.000.970.16   0.13
XYZ39.063119.226748.1066
Yxy19.22670.36710.1807
Hunter Lab43.848382.2858-34.3542
CIE-Lab50.951483.1623-36.8940

#de07ba color RGB value is (222,7,186).

#de07ba hex color red value is 222, green value is 7 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #de07ba hue: 0.86 , saturation: 0.94 and the lightness value of de07ba is 0.45.

The process color (four color CMYK) of #de07ba color hex is 0.00, 0.97, 0.16, 0.13. Web safe color of #de07ba is #cc00cc. Color #de07ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00000111 10111010
Octal 336 7 272
Decimal 222 7 186
Hex DE 7 BA

RGB Percentages of Color #de07ba

%53.49
%1.69
%44.82

CMYK Percentages of Color #de07ba

%0
%97
%16
%13

Triadic Colors of #de07ba

#de07ba #bade07 #07bade

Analogous Colors of #de07ba

#de07ba #de074e #9707de

Monochromatic Colors of #de07ba

#de07ba

Complementary Color

#de07ba #07de2b

#de07ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de07ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#de07ba Color CSS Codes

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

#de07ba Text Font Color

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

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


#de07ba Background Color

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

This div background color is #de07ba


#de07ba Border Color

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

This div border color is #de07ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de07ba


Comments

No comments written yet.

Please login to write comment.