Color Hex Logo

#c898de Color Hex

#C898DE
(200,152,222)
0 Favorites   0 Comments

Color spaces of #c898de

RGB 200152222
HSL0.780.510.73
HSV281°32°87°
CMYK 0.100.320.00   0.13
XYZ48.232540.009874.2878
Yxy40.00980.29680.2462
Hunter Lab63.253325.4182-25.3558
CIE-Lab69.476530.3808-28.6955

#c898de color RGB value is (200,152,222).

#c898de hex color red value is 200, green value is 152 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c898de hue: 0.78 , saturation: 0.51 and the lightness value of c898de is 0.73.

The process color (four color CMYK) of #c898de color hex is 0.10, 0.32, 0.00, 0.13. Web safe color of #c898de is #cc99cc. Color #c898de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10011000 11011110
Octal 310 230 336
Decimal 200 152 222
Hex C8 98 DE

RGB Percentages of Color #c898de

%34.84
%26.48
%38.68

CMYK Percentages of Color #c898de

%10
%32
%0
%13

Triadic Colors of #c898de

#c898de #dec898 #98dec8

Analogous Colors of #c898de

#c898de #de98d1 #a598de

Monochromatic Colors of #c898de

#c898de

Complementary Color

#c898de #aede98

#c898de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c898de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c898de Color CSS Codes

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

#c898de Text Font Color

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

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


#c898de Background Color

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

This div background color is #c898de


#c898de Border Color

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

This div border color is #c898de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,152,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c898de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c898de;
  -webkit-box-shadow: 1px 1px 3px 2px #c898de;
  box-shadow:         1px 1px 3px 2px #c898de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,152,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c898de


Comments

No comments written yet.

Please login to write comment.