Color Hex Logo

#de68be Color Hex

#DE68BE
(222,104,190)
0 Favorites   0 Comments

Color spaces of #de68be

RGB 222104190
HSL0.880.640.64
HSV316°53°87°
CMYK 0.000.530.14   0.13
XYZ44.368829.147952.0028
Yxy29.14790.35350.2322
Hunter Lab53.988852.2136-19.3168
CIE-Lab60.911956.3503-23.7268

#de68be color RGB value is (222,104,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01101000 10111110
Octal 336 150 276
Decimal 222 104 190
Hex DE 68 BE

RGB Percentages of Color #de68be

%43.02
%20.16
%36.82

CMYK Percentages of Color #de68be

%0
%53
%14
%13

Triadic Colors of #de68be

#de68be #bede68 #68bede

Analogous Colors of #de68be

#de68be #de6883 #c368de

Monochromatic Colors of #de68be

#de68be

Complementary Color

#de68be #68de88

#de68be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de68be Color Preview on White Background

Lorem ipsum dolor sit amet.

#de68be Color CSS Codes

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

#de68be Text Font Color

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

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


#de68be Background Color

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

This div background color is #de68be


#de68be Border Color

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

This div border color is #de68be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de68be


Comments

No comments written yet.

Please login to write comment.