Color Hex Logo

#c790eb Color Hex

#C790EB
(199,144,235)
0 Favorites   0 Comments

Color spaces of #c790eb

RGB 199144235
HSL0.770.690.74
HSV276°39°92°
CMYK 0.150.390.00   0.08
XYZ48.521838.086883.3914
Yxy38.08680.28540.2240
Hunter Lab61.714532.3417-36.9151
CIE-Lab68.084537.1765-38.0123

#c790eb color RGB value is (199,144,235).

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

The process color (four color CMYK) of #c790eb color hex is 0.15, 0.39, 0.00, 0.08. Web safe color of #c790eb is #cc99ff. Color #c790eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010000 11101011
Octal 307 220 353
Decimal 199 144 235
Hex C7 90 EB

RGB Percentages of Color #c790eb

%34.43
%24.91
%40.66

CMYK Percentages of Color #c790eb

%15
%39
%0
%8

Triadic Colors of #c790eb

#c790eb #ebc790 #90ebc7

Analogous Colors of #c790eb

#c790eb #eb90e2 #9a90eb

Monochromatic Colors of #c790eb

#c790eb

Complementary Color

#c790eb #b4eb90

#c790eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c790eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c790eb Color CSS Codes

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

#c790eb Text Font Color

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

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


#c790eb Background Color

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

This div background color is #c790eb


#c790eb Border Color

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

This div border color is #c790eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c790eb


Comments

No comments written yet.

Please login to write comment.