Color Hex Logo

#c98aed Color Hex

#C98AED
(201,138,237)
0 Favorites   0 Comments

Color spaces of #c98aed

RGB 201138237
HSL0.770.730.74
HSV278°42°93°
CMYK 0.150.420.00   0.07
XYZ48.461936.708984.6521
Yxy36.70890.28540.2162
Hunter Lab60.587936.7465-40.4272
CIE-Lab67.058141.4365-40.6996

#c98aed color RGB value is (201,138,237).

#c98aed hex color red value is 201, green value is 138 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c98aed hue: 0.77 , saturation: 0.73 and the lightness value of c98aed is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001010 11101101
Octal 311 212 355
Decimal 201 138 237
Hex C9 8A ED

RGB Percentages of Color #c98aed

%34.90
%23.96
%41.15

CMYK Percentages of Color #c98aed

%15
%42
%0
%7

Triadic Colors of #c98aed

#c98aed #edc98a #8aedc9

Analogous Colors of #c98aed

#c98aed #ed8ae0 #988aed

Monochromatic Colors of #c98aed

#c98aed

Complementary Color

#c98aed #aeed8a

#c98aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98aed Color CSS Codes

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

#c98aed Text Font Color

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

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


#c98aed Background Color

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

This div background color is #c98aed


#c98aed Border Color

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

This div border color is #c98aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98aed


Comments

No comments written yet.

Please login to write comment.