Color Hex Logo

#de37be Color Hex

#DE37BE
(222,55,190)
0 Favorites   0 Comments

Color spaces of #de37be

RGB 22255190
HSL0.870.720.54
HSV311°75°87°
CMYK 0.000.750.14   0.13
XYZ40.784721.979750.8081
Yxy21.97970.35910.1935
Hunter Lab46.882573.2389-31.4367
CIE-Lab54.005575.3811-34.4280

#de37be color RGB value is (222,55,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00110111 10111110
Octal 336 67 276
Decimal 222 55 190
Hex DE 37 BE

RGB Percentages of Color #de37be

%47.54
%11.78
%40.69

CMYK Percentages of Color #de37be

%0
%75
%14
%13

Triadic Colors of #de37be

#de37be #bede37 #37bede

Analogous Colors of #de37be

#de37be #de376b #ab37de

Monochromatic Colors of #de37be

#de37be

Complementary Color

#de37be #37de57

#de37be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de37be Color Preview on White Background

Lorem ipsum dolor sit amet.

#de37be Color CSS Codes

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

#de37be Text Font Color

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

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


#de37be Background Color

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

This div background color is #de37be


#de37be Border Color

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

This div border color is #de37be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de37be


Comments

No comments written yet.

Please login to write comment.