Color Hex Logo

#de6cbb Color Hex

#DE6CBB
(222,108,187)
0 Favorites   0 Comments

Color spaces of #de6cbb

RGB 222108187
HSL0.880.630.65
HSV318°51°87°
CMYK 0.000.510.16   0.13
XYZ44.456429.842650.4308
Yxy29.84260.35640.2393
Hunter Lab54.628449.6631-16.4944
CIE-Lab61.518253.9923-21.0901

#de6cbb color RGB value is (222,108,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01101100 10111011
Octal 336 154 273
Decimal 222 108 187
Hex DE 6C BB

RGB Percentages of Color #de6cbb

%42.94
%20.89
%36.17

CMYK Percentages of Color #de6cbb

%0
%51
%16
%13

Triadic Colors of #de6cbb

#de6cbb #bbde6c #6cbbde

Analogous Colors of #de6cbb

#de6cbb #de6c82 #c86cde

Monochromatic Colors of #de6cbb

#de6cbb

Complementary Color

#de6cbb #6cde8f

#de6cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de6cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#de6cbb Color CSS Codes

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

#de6cbb Text Font Color

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

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


#de6cbb Background Color

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

This div background color is #de6cbb


#de6cbb Border Color

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

This div border color is #de6cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de6cbb


Comments

No comments written yet.

Please login to write comment.