Color Hex Logo

#c6abed Color Hex

#C6ABED
(198,171,237)
0 Favorites   0 Comments

Color spaces of #c6abed

RGB 198171237
HSL0.730.650.80
HSV265°28°93°
CMYK 0.160.280.00   0.07
XYZ53.137747.246086.4395
Yxy47.24600.28440.2529
Hunter Lab68.735717.7059-26.4459
CIE-Lab74.346822.4736-29.4181

#c6abed color RGB value is (198,171,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101011 11101101
Octal 306 253 355
Decimal 198 171 237
Hex C6 AB ED

RGB Percentages of Color #c6abed

%32.67
%28.22
%39.11

CMYK Percentages of Color #c6abed

%16
%28
%0
%7

Triadic Colors of #c6abed

#c6abed #edc6ab #abedc6

Analogous Colors of #c6abed

#c6abed #e7abed #abb1ed

Monochromatic Colors of #c6abed

#c6abed

Complementary Color

#c6abed #d2edab

#c6abed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6abed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6abed Color CSS Codes

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

#c6abed Text Font Color

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

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


#c6abed Background Color

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

This div background color is #c6abed


#c6abed Border Color

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

This div border color is #c6abed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6abed


Comments

No comments written yet.

Please login to write comment.