Color Hex Logo

#c398da Color Hex

#C398DA
(195,152,218)
0 Favorites   0 Comments

Color spaces of #c398da

RGB 195152218
HSL0.780.470.73
HSV279°30°85°
CMYK 0.110.300.00   0.15
XYZ46.388839.120571.4357
Yxy39.12050.29560.2493
Hunter Lab62.546422.9320-23.9340
CIE-Lab68.838527.9833-27.5129

#c398da color RGB value is (195,152,218).

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

The process color (four color CMYK) of #c398da color hex is 0.11, 0.30, 0.00, 0.15. Web safe color of #c398da is #cc99cc. Color #c398da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10011000 11011010
Octal 303 230 332
Decimal 195 152 218
Hex C3 98 DA

RGB Percentages of Color #c398da

%34.51
%26.90
%38.58

CMYK Percentages of Color #c398da

%11
%30
%0
%15

Triadic Colors of #c398da

#c398da #dac398 #98dac3

Analogous Colors of #c398da

#c398da #da98d0 #a298da

Monochromatic Colors of #c398da

#c398da

Complementary Color

#c398da #afda98

#c398da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c398da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c398da Color CSS Codes

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

#c398da Text Font Color

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

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


#c398da Background Color

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

This div background color is #c398da


#c398da Border Color

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

This div border color is #c398da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c398da


Comments

No comments written yet.

Please login to write comment.