Color Hex Logo

#c756eb Color Hex

#C756EB
(199,86,235)
0 Favorites   0 Comments

Color spaces of #c756eb

RGB 19986235
HSL0.790.790.63
HSV286°63°92°
CMYK 0.150.630.00   0.08
XYZ41.876424.795881.1762
Yxy24.79580.28320.1677
Hunter Lab49.795462.9711-61.7975
CIE-Lab56.875966.3437-55.7027

#c756eb color RGB value is (199,86,235).

#c756eb hex color red value is 199, green value is 86 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c756eb hue: 0.79 , saturation: 0.79 and the lightness value of c756eb is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010110 11101011
Octal 307 126 353
Decimal 199 86 235
Hex C7 56 EB

RGB Percentages of Color #c756eb

%38.27
%16.54
%45.19

CMYK Percentages of Color #c756eb

%15
%63
%0
%8

Triadic Colors of #c756eb

#c756eb #ebc756 #56ebc7

Analogous Colors of #c756eb

#c756eb #eb56c5 #7d56eb

Monochromatic Colors of #c756eb

#c756eb

Complementary Color

#c756eb #7aeb56

#c756eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c756eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c756eb Color CSS Codes

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

#c756eb Text Font Color

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

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


#c756eb Background Color

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

This div background color is #c756eb


#c756eb Border Color

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

This div border color is #c756eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c756eb


Comments

No comments written yet.

Please login to write comment.