Color Hex Logo

#c780eb Color Hex

#C780EB
(199,128,235)
0 Favorites   0 Comments

Color spaces of #c780eb

RGB 199128235
HSL0.780.730.71
HSV280°46°92°
CMYK 0.150.460.00   0.08
XYZ46.267833.578682.6400
Yxy33.57860.28470.2067
Hunter Lab57.947041.1159-43.9923
CIE-Lab64.626745.7949-43.4229

#c780eb color RGB value is (199,128,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000000 11101011
Octal 307 200 353
Decimal 199 128 235
Hex C7 80 EB

RGB Percentages of Color #c780eb

%35.41
%22.78
%41.81

CMYK Percentages of Color #c780eb

%15
%46
%0
%8

Triadic Colors of #c780eb

#c780eb #ebc780 #80ebc7

Analogous Colors of #c780eb

#c780eb #eb80da #9280eb

Monochromatic Colors of #c780eb

#c780eb

Complementary Color

#c780eb #a4eb80

#c780eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c780eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c780eb Color CSS Codes

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

#c780eb Text Font Color

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

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


#c780eb Background Color

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

This div background color is #c780eb


#c780eb Border Color

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

This div border color is #c780eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c780eb


Comments

No comments written yet.

Please login to write comment.