Color Hex Logo

#c790ce Color Hex

#C790CE
(199,144,206)
0 Favorites   0 Comments

Color spaces of #c790ce

RGB 199144206
HSL0.810.390.69
HSV293°30°81°
CMYK 0.030.300.00   0.19
XYZ44.667036.544963.0922
Yxy36.54490.30950.2532
Hunter Lab60.452426.0983-19.5624
CIE-Lab66.934231.2593-23.7483

#c790ce color RGB value is (199,144,206).

#c790ce hex color red value is 199, green value is 144 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c790ce hue: 0.81 , saturation: 0.39 and the lightness value of c790ce is 0.69.

The process color (four color CMYK) of #c790ce color hex is 0.03, 0.30, 0.00, 0.19. Web safe color of #c790ce is #cc99cc. Color #c790ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010000 11001110
Octal 307 220 316
Decimal 199 144 206
Hex C7 90 CE

RGB Percentages of Color #c790ce

%36.25
%26.23
%37.52

CMYK Percentages of Color #c790ce

%3
%30
%0
%19

Triadic Colors of #c790ce

#c790ce #cec790 #90cec7

Analogous Colors of #c790ce

#c790ce #ce90b6 #a890ce

Monochromatic Colors of #c790ce

#c790ce

Complementary Color

#c790ce #97ce90

#c790ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c790ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c790ce Color CSS Codes

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

#c790ce Text Font Color

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

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


#c790ce Background Color

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

This div background color is #c790ce


#c790ce Border Color

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

This div border color is #c790ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c790ce


Comments

No comments written yet.

Please login to write comment.