Color Hex Logo

#c68bee Color Hex

#C68BEE
(198,139,238)
0 Favorites   0 Comments

Color spaces of #c68bee

RGB 198139238
HSL0.770.740.74
HSV276°42°93°
CMYK 0.170.420.00   0.07
XYZ47.953936.644185.4345
Yxy36.64410.28200.2155
Hunter Lab60.534435.4683-41.3042
CIE-Lab67.009240.2466-41.3488

#c68bee color RGB value is (198,139,238).

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

The process color (four color CMYK) of #c68bee color hex is 0.17, 0.42, 0.00, 0.07. Web safe color of #c68bee is #cc99ff. Color #c68bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001011 11101110
Octal 306 213 356
Decimal 198 139 238
Hex C6 8B EE

RGB Percentages of Color #c68bee

%34.43
%24.17
%41.39

CMYK Percentages of Color #c68bee

%17
%42
%0
%7

Triadic Colors of #c68bee

#c68bee #eec68b #8beec6

Analogous Colors of #c68bee

#c68bee #ee8be5 #958bee

Monochromatic Colors of #c68bee

#c68bee

Complementary Color

#c68bee #b3ee8b

#c68bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68bee Color CSS Codes

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

#c68bee Text Font Color

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

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


#c68bee Background Color

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

This div background color is #c68bee


#c68bee Border Color

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

This div border color is #c68bee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,139,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68bee


Comments

No comments written yet.

Please login to write comment.