Color Hex Logo

#c68bbe Color Hex

#C68BBE
(198,139,190)
0 Favorites   0 Comments

Color spaces of #c68bbe

RGB 198139190
HSL0.860.340.66
HSV308°30°78°
CMYK 0.000.300.04   0.22
XYZ41.815634.188753.1104
Yxy34.18870.32390.2648
Hunter Lab58.471125.3298-12.9244
CIE-Lab65.112130.6588-17.5873

#c68bbe color RGB value is (198,139,190).

#c68bbe hex color red value is 198, green value is 139 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c68bbe hue: 0.86 , saturation: 0.34 and the lightness value of c68bbe is 0.66.

The process color (four color CMYK) of #c68bbe color hex is 0.00, 0.30, 0.04, 0.22. Web safe color of #c68bbe is #cc99cc. Color #c68bbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001011 10111110
Octal 306 213 276
Decimal 198 139 190
Hex C6 8B BE

RGB Percentages of Color #c68bbe

%37.57
%26.38
%36.05

CMYK Percentages of Color #c68bbe

%0
%30
%4
%22

Triadic Colors of #c68bbe

#c68bbe #bec68b #8bbec6

Analogous Colors of #c68bbe

#c68bbe #c68ba1 #b18bc6

Monochromatic Colors of #c68bbe

#c68bbe

Complementary Color

#c68bbe #8bc693

#c68bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68bbe Color CSS Codes

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

#c68bbe Text Font Color

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

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


#c68bbe Background Color

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

This div background color is #c68bbe


#c68bbe Border Color

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

This div border color is #c68bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68bbe


Comments

No comments written yet.

Please login to write comment.