Color Hex Logo

#c778eb Color Hex

#C778EB
(199,120,235)
0 Favorites   0 Comments

Color spaces of #c778eb

RGB 199120235
HSL0.780.740.70
HSV281°49°92°
CMYK 0.150.490.00   0.08
XYZ45.265131.573282.3058
Yxy31.57320.28440.1984
Hunter Lab56.190045.4620-47.5135
CIE-Lab62.988649.9937-46.0010

#c778eb color RGB value is (199,120,235).

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

The process color (four color CMYK) of #c778eb color hex is 0.15, 0.49, 0.00, 0.08. Web safe color of #c778eb is #cc66ff. Color #c778eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111000 11101011
Octal 307 170 353
Decimal 199 120 235
Hex C7 78 EB

RGB Percentages of Color #c778eb

%35.92
%21.66
%42.42

CMYK Percentages of Color #c778eb

%15
%49
%0
%8

Triadic Colors of #c778eb

#c778eb #ebc778 #78ebc7

Analogous Colors of #c778eb

#c778eb #eb78d6 #8e78eb

Monochromatic Colors of #c778eb

#c778eb

Complementary Color

#c778eb #9ceb78

#c778eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c778eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c778eb Color CSS Codes

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

#c778eb Text Font Color

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

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


#c778eb Background Color

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

This div background color is #c778eb


#c778eb Border Color

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

This div border color is #c778eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c778eb


Comments

No comments written yet.

Please login to write comment.