Color Hex Logo

#c98eff Color Hex

#C98EFF
(201,142,255)
0 Favorites   0 Comments

Color spaces of #c98eff

RGB 201142255
HSL0.751.000.78
HSV271°44°100°
CMYK 0.210.440.00   0.00
XYZ51.810438.983599.4016
Yxy38.98350.27240.2050
Hunter Lab62.436838.8560-50.6861
CIE-Lab68.739343.1855-47.9153

#c98eff color RGB value is (201,142,255).

#c98eff hex color red value is 201, green value is 142 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c98eff hue: 0.75 , saturation: 1.00 and the lightness value of c98eff is 0.78.

The process color (four color CMYK) of #c98eff color hex is 0.21, 0.44, 0.00, 0.00. Web safe color of #c98eff is #cc99ff. Color #c98eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001110 11111111
Octal 311 216 377
Decimal 201 142 255
Hex C9 8E FF

RGB Percentages of Color #c98eff

%33.61
%23.75
%42.64

CMYK Percentages of Color #c98eff

%21
%44
%0
%0

Triadic Colors of #c98eff

#c98eff #ffc98e #8effc9

Analogous Colors of #c98eff

#c98eff #ff8efd #918eff

Monochromatic Colors of #c98eff

#c98eff

Complementary Color

#c98eff #c4ff8e

#c98eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98eff Color CSS Codes

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

#c98eff Text Font Color

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

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


#c98eff Background Color

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

This div background color is #c98eff


#c98eff Border Color

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

This div border color is #c98eff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,142,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98eff


Comments

No comments written yet.

Please login to write comment.