Color Hex Logo

#de37bf Color Hex

#DE37BF
(222,55,191)
0 Favorites   0 Comments

Color spaces of #de37bf

RGB 22255191
HSL0.860.720.54
HSV311°75°87°
CMYK 0.000.750.14   0.13
XYZ40.894422.023651.3858
Yxy22.02360.35780.1927
Hunter Lab46.929373.4194-32.0698
CIE-Lab54.052075.5181-34.9334

#de37bf color RGB value is (222,55,191).

#de37bf hex color red value is 222, green value is 55 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #de37bf hue: 0.86 , saturation: 0.72 and the lightness value of de37bf is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00110111 10111111
Octal 336 67 277
Decimal 222 55 191
Hex DE 37 BF

RGB Percentages of Color #de37bf

%47.44
%11.75
%40.81

CMYK Percentages of Color #de37bf

%0
%75
%14
%13

Triadic Colors of #de37bf

#de37bf #bfde37 #37bfde

Analogous Colors of #de37bf

#de37bf #de376c #aa37de

Monochromatic Colors of #de37bf

#de37bf

Complementary Color

#de37bf #37de56

#de37bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de37bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#de37bf Color CSS Codes

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

#de37bf Text Font Color

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

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


#de37bf Background Color

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

This div background color is #de37bf


#de37bf Border Color

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

This div border color is #de37bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de37bf


Comments

No comments written yet.

Please login to write comment.