Color Hex Logo

#c198ca Color Hex

#C198CA
(193,152,202)
0 Favorites   0 Comments

Color spaces of #c198ca

RGB 193152202
HSL0.800.320.69
HSV289°25°79°
CMYK 0.040.250.00   0.21
XYZ43.881238.058260.9103
Yxy38.05820.30720.2664
Hunter Lab61.691319.0077-15.3554
CIE-Lab68.063524.0985-19.8565

#c198ca color RGB value is (193,152,202).

#c198ca hex color red value is 193, green value is 152 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c198ca hue: 0.80 , saturation: 0.32 and the lightness value of c198ca is 0.69.

The process color (four color CMYK) of #c198ca color hex is 0.04, 0.25, 0.00, 0.21. Web safe color of #c198ca is #cc99cc. Color #c198ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011000 11001010
Octal 301 230 312
Decimal 193 152 202
Hex C1 98 CA

RGB Percentages of Color #c198ca

%35.28
%27.79
%36.93

CMYK Percentages of Color #c198ca

%4
%25
%0
%21

Triadic Colors of #c198ca

#c198ca #cac198 #98cac1

Analogous Colors of #c198ca

#c198ca #ca98ba #a898ca

Monochromatic Colors of #c198ca

#c198ca

Complementary Color

#c198ca #a1ca98

#c198ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c198ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c198ca Color CSS Codes

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

#c198ca Text Font Color

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

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


#c198ca Background Color

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

This div background color is #c198ca


#c198ca Border Color

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

This div border color is #c198ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c198ca


Comments

No comments written yet.

Please login to write comment.