color codes Logo

#de638c color codes

#DE638C
(222,99,140)
0 Favorites   0 Comments

Color spaces of #de638c

RGB 22299140
HSL0.940.650.63
HSV340°55°87°
CMYK 0.000.550.37   0.13
XYZ39.319726.346727.8240
Yxy26.34670.42060.2818
Hunter Lab51.329046.91103.7909
CIE-Lab58.364752.02061.2989

#de638c color RGB value is (222,99,140).

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

The process color (four color CMYK) of #de638c color code is 0.00, 0.55, 0.37, 0.13. Web safe color of #de638c is #cc6699. Color #de638c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01100011 10001100
Octal 336 143 214
Decimal 222 99 140
Hex DE 63 8C

RGB Percentages of Color #de638c

%48.16
%21.48
%30.37

CMYK Percentages of Color #de638c

%0
%55
%37
%13

Triadic Colors of #de638c

#de638c #8cde63 #638cde

Analogous Colors of #de638c

#de638c #de7863 #de63ca

Monochromatic Colors of #de638c

#de638c

Complementary Color

#de638c #63deb5

#de638c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de638c Color Preview on White Background

Lorem ipsum dolor sit amet.

#de638c Color CSS Codes

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

#de638c Text Font Color

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

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


#de638c Background Color

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

This div background color is #de638c


#de638c Border Color

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

This div border color is #de638c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de638c


Comments

No comments written yet.

Please login to write comment.