Color Hex Logo

#de6cbc Color Hex

#DE6CBC
(222,108,188)
0 Favorites   0 Comments

Color spaces of #de6cbc

RGB 222108188
HSL0.880.630.65
HSV318°51°87°
CMYK 0.000.510.15   0.13
XYZ44.563929.885650.9967
Yxy29.88560.35520.2382
Hunter Lab54.667749.8407-17.0412
CIE-Lab61.555454.1444-21.6026

#de6cbc color RGB value is (222,108,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01101100 10111100
Octal 336 154 274
Decimal 222 108 188
Hex DE 6C BC

RGB Percentages of Color #de6cbc

%42.86
%20.85
%36.29

CMYK Percentages of Color #de6cbc

%0
%51
%15
%13

Triadic Colors of #de6cbc

#de6cbc #bcde6c #6cbcde

Analogous Colors of #de6cbc

#de6cbc #de6c83 #c76cde

Monochromatic Colors of #de6cbc

#de6cbc

Complementary Color

#de6cbc #6cde8e

#de6cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de6cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de6cbc Color CSS Codes

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

#de6cbc Text Font Color

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

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


#de6cbc Background Color

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

This div background color is #de6cbc


#de6cbc Border Color

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

This div border color is #de6cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de6cbc


Comments

No comments written yet.

Please login to write comment.