Color Hex Logo

#c98eed Color Hex

#C98EED
(201,142,237)
0 Favorites   0 Comments

Color spaces of #c98eed

RGB 201142237
HSL0.770.730.74
HSV277°40°93°
CMYK 0.150.400.00   0.07
XYZ49.046537.877984.8469
Yxy37.87790.28550.2205
Hunter Lab61.545034.5465-38.6566
CIE-Lab67.930539.2756-39.3363

#c98eed color RGB value is (201,142,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001110 11101101
Octal 311 216 355
Decimal 201 142 237
Hex C9 8E ED

RGB Percentages of Color #c98eed

%34.66
%24.48
%40.86

CMYK Percentages of Color #c98eed

%15
%40
%0
%7

Triadic Colors of #c98eed

#c98eed #edc98e #8eedc9

Analogous Colors of #c98eed

#c98eed #ed8ee2 #9a8eed

Monochromatic Colors of #c98eed

#c98eed

Complementary Color

#c98eed #b2ed8e

#c98eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98eed Color CSS Codes

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

#c98eed Text Font Color

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

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


#c98eed Background Color

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

This div background color is #c98eed


#c98eed Border Color

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

This div border color is #c98eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98eed


Comments

No comments written yet.

Please login to write comment.