Color Hex Logo

#de7bbe Color Hex

#DE7BBE
(222,123,190)
0 Favorites   0 Comments

Color spaces of #de7bbe

RGB 222123190
HSL0.890.600.68
HSV319°45°87°
CMYK 0.000.450.14   0.13
XYZ46.501433.413252.7137
Yxy33.41320.35060.2519
Hunter Lab57.804242.4397-13.6058
CIE-Lab64.494147.0273-18.2598

#de7bbe color RGB value is (222,123,190).

#de7bbe hex color red value is 222, green value is 123 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #de7bbe hue: 0.89 , saturation: 0.60 and the lightness value of de7bbe is 0.68.

The process color (four color CMYK) of #de7bbe color hex is 0.00, 0.45, 0.14, 0.13. Web safe color of #de7bbe is #cc66cc. Color #de7bbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01111011 10111110
Octal 336 173 276
Decimal 222 123 190
Hex DE 7B BE

RGB Percentages of Color #de7bbe

%41.50
%22.99
%35.51

CMYK Percentages of Color #de7bbe

%0
%45
%14
%13

Triadic Colors of #de7bbe

#de7bbe #bede7b #7bbede

Analogous Colors of #de7bbe

#de7bbe #de7b8d #cd7bde

Monochromatic Colors of #de7bbe

#de7bbe

Complementary Color

#de7bbe #7bde9b

#de7bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de7bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#de7bbe Color CSS Codes

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

#de7bbe Text Font Color

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

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


#de7bbe Background Color

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

This div background color is #de7bbe


#de7bbe Border Color

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

This div border color is #de7bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de7bbe


Comments

No comments written yet.

Please login to write comment.