Color Hex Logo

#c793ec Color Hex

#C793EC
(199,147,236)
0 Favorites   0 Comments

Color spaces of #c793ec

RGB 199147236
HSL0.760.700.75
HSV275°38°93°
CMYK 0.160.380.00   0.07
XYZ49.127239.065784.3080
Yxy39.06570.28480.2265
Hunter Lab62.502630.9221-36.2229
CIE-Lab68.798835.7527-37.4488

#c793ec color RGB value is (199,147,236).

#c793ec hex color red value is 199, green value is 147 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c793ec hue: 0.76 , saturation: 0.70 and the lightness value of c793ec is 0.75.

The process color (four color CMYK) of #c793ec color hex is 0.16, 0.38, 0.00, 0.07. Web safe color of #c793ec is #cc99ff. Color #c793ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010011 11101100
Octal 307 223 354
Decimal 199 147 236
Hex C7 93 EC

RGB Percentages of Color #c793ec

%34.19
%25.26
%40.55

CMYK Percentages of Color #c793ec

%16
%38
%0
%7

Triadic Colors of #c793ec

#c793ec #ecc793 #93ecc7

Analogous Colors of #c793ec

#c793ec #ec93e5 #9b93ec

Monochromatic Colors of #c793ec

#c793ec

Complementary Color

#c793ec #b8ec93

#c793ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c793ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c793ec Color CSS Codes

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

#c793ec Text Font Color

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

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


#c793ec Background Color

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

This div background color is #c793ec


#c793ec Border Color

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

This div border color is #c793ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c793ec


Comments

No comments written yet.

Please login to write comment.