Color Hex Logo

#c6abeb Color Hex

#C6ABEB
(198,171,235)
0 Favorites   0 Comments

Color spaces of #c6abeb

RGB 198171235
HSL0.740.620.80
HSV265°27°92°
CMYK 0.160.270.00   0.08
XYZ52.847047.129784.9089
Yxy47.12970.28580.2549
Hunter Lab68.651117.2684-25.2752
CIE-Lab74.272722.0409-28.4464

#c6abeb color RGB value is (198,171,235).

#c6abeb hex color red value is 198, green value is 171 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c6abeb hue: 0.74 , saturation: 0.62 and the lightness value of c6abeb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101011 11101011
Octal 306 253 353
Decimal 198 171 235
Hex C6 AB EB

RGB Percentages of Color #c6abeb

%32.78
%28.31
%38.91

CMYK Percentages of Color #c6abeb

%16
%27
%0
%8

Triadic Colors of #c6abeb

#c6abeb #ebc6ab #abebc6

Analogous Colors of #c6abeb

#c6abeb #e6abeb #abb0eb

Monochromatic Colors of #c6abeb

#c6abeb

Complementary Color

#c6abeb #d0ebab

#c6abeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6abeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6abeb Color CSS Codes

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

#c6abeb Text Font Color

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

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


#c6abeb Background Color

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

This div background color is #c6abeb


#c6abeb Border Color

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

This div border color is #c6abeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6abeb

#c6abeb Color Palettes


Comments

No comments written yet.

Please login to write comment.