Color Hex Logo

#c771eb Color Hex

#C771EB
(199,113,235)
0 Favorites   0 Comments

Color spaces of #c771eb

RGB 199113235
HSL0.780.750.68
HSV282°52°92°
CMYK 0.150.520.00   0.08
XYZ44.453729.950582.0353
Yxy29.95050.28420.1915
Hunter Lab54.727049.2197-50.5662
CIE-Lab61.611553.5822-48.1754

#c771eb color RGB value is (199,113,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110001 11101011
Octal 307 161 353
Decimal 199 113 235
Hex C7 71 EB

RGB Percentages of Color #c771eb

%36.38
%20.66
%42.96

CMYK Percentages of Color #c771eb

%15
%52
%0
%8

Triadic Colors of #c771eb

#c771eb #ebc771 #71ebc7

Analogous Colors of #c771eb

#c771eb #eb71d2 #8a71eb

Monochromatic Colors of #c771eb

#c771eb

Complementary Color

#c771eb #95eb71

#c771eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c771eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c771eb Color CSS Codes

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

#c771eb Text Font Color

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

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


#c771eb Background Color

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

This div background color is #c771eb


#c771eb Border Color

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

This div border color is #c771eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c771eb


Comments

No comments written yet.

Please login to write comment.