Color Hex Logo

#de6cbe Color Hex

#DE6CBE
(222,108,190)
0 Favorites   0 Comments

Color spaces of #de6cbe

RGB 222108190
HSL0.880.630.65
HSV317°51°87°
CMYK 0.000.510.14   0.13
XYZ44.781029.972452.1402
Yxy29.97240.35290.2362
Hunter Lab54.747150.1988-18.1439
CIE-Lab61.630454.4509-22.6256

#de6cbe color RGB value is (222,108,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01101100 10111110
Octal 336 154 276
Decimal 222 108 190
Hex DE 6C BE

RGB Percentages of Color #de6cbe

%42.69
%20.77
%36.54

CMYK Percentages of Color #de6cbe

%0
%51
%14
%13

Triadic Colors of #de6cbe

#de6cbe #bede6c #6cbede

Analogous Colors of #de6cbe

#de6cbe #de6c85 #c56cde

Monochromatic Colors of #de6cbe

#de6cbe

Complementary Color

#de6cbe #6cde8c

#de6cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de6cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#de6cbe Color CSS Codes

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

#de6cbe Text Font Color

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

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


#de6cbe Background Color

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

This div background color is #de6cbe


#de6cbe Border Color

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

This div border color is #de6cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de6cbe


Comments

No comments written yet.

Please login to write comment.