Color Hex Logo

#c790de Color Hex

#C790DE
(199,144,222)
0 Favorites   0 Comments

Color spaces of #c790de

RGB 199144222
HSL0.780.540.72
HSV282°35°87°
CMYK 0.100.350.00   0.13
XYZ46.711337.362673.8570
Yxy37.36260.29580.2366
Hunter Lab61.125029.4399-28.8524
CIE-Lab67.548234.4550-31.6792

#c790de color RGB value is (199,144,222).

#c790de hex color red value is 199, green value is 144 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c790de hue: 0.78 , saturation: 0.54 and the lightness value of c790de is 0.72.

The process color (four color CMYK) of #c790de color hex is 0.10, 0.35, 0.00, 0.13. Web safe color of #c790de is #cc99cc. Color #c790de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010000 11011110
Octal 307 220 336
Decimal 199 144 222
Hex C7 90 DE

RGB Percentages of Color #c790de

%35.22
%25.49
%39.29

CMYK Percentages of Color #c790de

%10
%35
%0
%13

Triadic Colors of #c790de

#c790de #dec790 #90dec7

Analogous Colors of #c790de

#c790de #de90ce #a090de

Monochromatic Colors of #c790de

#c790de

Complementary Color

#c790de #a7de90

#c790de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c790de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c790de Color CSS Codes

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

#c790de Text Font Color

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

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


#c790de Background Color

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

This div background color is #c790de


#c790de Border Color

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

This div border color is #c790de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c790de


Comments

No comments written yet.

Please login to write comment.