Color Hex Logo

#c68beb Color Hex

#C68BEB
(198,139,235)
0 Favorites   0 Comments

Color spaces of #c68beb

RGB 198139235
HSL0.770.710.73
HSV277°41°92°
CMYK 0.160.410.00   0.08
XYZ47.516736.469283.1321
Yxy36.46920.28430.2182
Hunter Lab60.389734.7678-39.3454
CIE-Lab66.876939.6034-39.9046

#c68beb color RGB value is (198,139,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001011 11101011
Octal 306 213 353
Decimal 198 139 235
Hex C6 8B EB

RGB Percentages of Color #c68beb

%34.62
%24.30
%41.08

CMYK Percentages of Color #c68beb

%16
%41
%0
%8

Triadic Colors of #c68beb

#c68beb #ebc68b #8bebc6

Analogous Colors of #c68beb

#c68beb #eb8be0 #968beb

Monochromatic Colors of #c68beb

#c68beb

Complementary Color

#c68beb #b0eb8b

#c68beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68beb Color CSS Codes

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

#c68beb Text Font Color

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

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


#c68beb Background Color

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

This div background color is #c68beb


#c68beb Border Color

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

This div border color is #c68beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68beb


Comments

No comments written yet.

Please login to write comment.