Color Hex Logo

#de61bb Color Hex

#DE61BB
(222,97,187)
0 Favorites   0 Comments

Color spaces of #de61bb

RGB 22297187
HSL0.880.650.63
HSV317°56°87°
CMYK 0.000.560.16   0.13
XYZ43.368527.666850.0682
Yxy27.66680.35810.2285
Hunter Lab52.599255.1260-19.6175
CIE-Lab59.586559.1263-24.0488

#de61bb color RGB value is (222,97,187).

#de61bb hex color red value is 222, green value is 97 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #de61bb hue: 0.88 , saturation: 0.65 and the lightness value of de61bb is 0.63.

The process color (four color CMYK) of #de61bb color hex is 0.00, 0.56, 0.16, 0.13. Web safe color of #de61bb is #cc66cc. Color #de61bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01100001 10111011
Octal 336 141 273
Decimal 222 97 187
Hex DE 61 BB

RGB Percentages of Color #de61bb

%43.87
%19.17
%36.96

CMYK Percentages of Color #de61bb

%0
%56
%16
%13

Triadic Colors of #de61bb

#de61bb #bbde61 #61bbde

Analogous Colors of #de61bb

#de61bb #de617d #c361de

Monochromatic Colors of #de61bb

#de61bb

Complementary Color

#de61bb #61de84

#de61bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de61bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#de61bb Color CSS Codes

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

#de61bb Text Font Color

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

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


#de61bb Background Color

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

This div background color is #de61bb


#de61bb Border Color

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

This div border color is #de61bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de61bb


Comments

No comments written yet.

Please login to write comment.