color codes Logo

#c98ce4 color codes

#C98CE4
(201,140,228)
0 Favorites   0 Comments

Color spaces of #c98ce4

RGB 201140228
HSL0.780.620.72
HSV282°39°89°
CMYK 0.120.390.00   0.11
XYZ47.469136.775177.9952
Yxy36.77510.29260.2267
Hunter Lab60.642533.6001-33.8060
CIE-Lab67.108038.4748-35.6608

#c98ce4 color RGB value is (201,140,228).

#c98ce4 hex color red value is 201, green value is 140 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #c98ce4 hue: 0.78 , saturation: 0.62 and the lightness value of c98ce4 is 0.72.

The process color (four color CMYK) of #c98ce4 color code is 0.12, 0.39, 0.00, 0.11. Web safe color of #c98ce4 is #cc99cc. Color #c98ce4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001100 11100100
Octal 311 214 344
Decimal 201 140 228
Hex C9 8C E4

RGB Percentages of Color #c98ce4

%35.33
%24.60
%40.07

CMYK Percentages of Color #c98ce4

%12
%39
%0
%11

Triadic Colors of #c98ce4

#c98ce4 #e4c98c #8ce4c9

Analogous Colors of #c98ce4

#c98ce4 #e48cd3 #9d8ce4

Monochromatic Colors of #c98ce4

#c98ce4

Complementary Color

#c98ce4 #a7e48c

#c98ce4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98ce4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98ce4 Color CSS Codes

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

#c98ce4 Text Font Color

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

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


#c98ce4 Background Color

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

This div background color is #c98ce4


#c98ce4 Border Color

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

This div border color is #c98ce4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98ce4


Comments

No comments written yet.

Please login to write comment.