Color Hex Logo

#c693eb Color Hex

#C693EB
(198,147,235)
0 Favorites   0 Comments

Color spaces of #c693eb

RGB 198147235
HSL0.760.690.75
HSV275°37°92°
CMYK 0.160.370.00   0.08
XYZ48.717838.871483.5325
Yxy38.87140.28470.2272
Hunter Lab62.346930.3725-35.7940
CIE-Lab68.658035.2420-37.1267

#c693eb color RGB value is (198,147,235).

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

The process color (four color CMYK) of #c693eb color hex is 0.16, 0.37, 0.00, 0.08. Web safe color of #c693eb is #cc99ff. Color #c693eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010011 11101011
Octal 306 223 353
Decimal 198 147 235
Hex C6 93 EB

RGB Percentages of Color #c693eb

%34.14
%25.34
%40.52

CMYK Percentages of Color #c693eb

%16
%37
%0
%8

Triadic Colors of #c693eb

#c693eb #ebc693 #93ebc6

Analogous Colors of #c693eb

#c693eb #eb93e4 #9a93eb

Monochromatic Colors of #c693eb

#c693eb

Complementary Color

#c693eb #b8eb93

#c693eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c693eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c693eb Color CSS Codes

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

#c693eb Text Font Color

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

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


#c693eb Background Color

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

This div background color is #c693eb


#c693eb Border Color

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

This div border color is #c693eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c693eb


Comments

No comments written yet.

Please login to write comment.