Color Hex Logo

#c68bec Color Hex

#C68BEC
(198,139,236)
0 Favorites   0 Comments

Color spaces of #c68bec

RGB 198139236
HSL0.770.720.74
HSV276°41°93°
CMYK 0.160.410.00   0.07
XYZ47.661636.527183.8953
Yxy36.52710.28360.2173
Hunter Lab60.437735.0006-39.9959
CIE-Lab66.920739.8174-40.3867

#c68bec color RGB value is (198,139,236).

#c68bec hex color red value is 198, green value is 139 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c68bec hue: 0.77 , saturation: 0.72 and the lightness value of c68bec is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001011 11101100
Octal 306 213 354
Decimal 198 139 236
Hex C6 8B EC

RGB Percentages of Color #c68bec

%34.55
%24.26
%41.19

CMYK Percentages of Color #c68bec

%16
%41
%0
%7

Triadic Colors of #c68bec

#c68bec #ecc68b #8becc6

Analogous Colors of #c68bec

#c68bec #ec8be2 #968bec

Monochromatic Colors of #c68bec

#c68bec

Complementary Color

#c68bec #b1ec8b

#c68bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68bec Color CSS Codes

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

#c68bec Text Font Color

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

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


#c68bec Background Color

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

This div background color is #c68bec


#c68bec Border Color

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

This div border color is #c68bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68bec


Comments

No comments written yet.

Please login to write comment.