Color Hex Logo

#c199fd Color Hex

#C199FD
(193,153,253)
0 Favorites   0 Comments

Color spaces of #c199fd

RGB 193153253
HSL0.730.960.80
HSV264°40°99°
CMYK 0.240.400.00   0.01
XYZ51.113241.211898.1892
Yxy41.21180.26830.2163
Hunter Lab64.196429.7780-45.7473
CIE-Lab70.324134.5143-44.3910

#c199fd color RGB value is (193,153,253).

#c199fd hex color red value is 193, green value is 153 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c199fd hue: 0.73 , saturation: 0.96 and the lightness value of c199fd is 0.80.

The process color (four color CMYK) of #c199fd color hex is 0.24, 0.40, 0.00, 0.01. Web safe color of #c199fd is #cc99ff. Color #c199fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011001 11111101
Octal 301 231 375
Decimal 193 153 253
Hex C1 99 FD

RGB Percentages of Color #c199fd

%32.22
%25.54
%42.24

CMYK Percentages of Color #c199fd

%24
%40
%0
%1

Triadic Colors of #c199fd

#c199fd #fdc199 #99fdc1

Analogous Colors of #c199fd

#c199fd #f399fd #99a3fd

Monochromatic Colors of #c199fd

#c199fd

Complementary Color

#c199fd #d5fd99

#c199fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c199fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c199fd Color CSS Codes

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

#c199fd Text Font Color

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

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


#c199fd Background Color

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

This div background color is #c199fd


#c199fd Border Color

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

This div border color is #c199fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c199fd


Comments

No comments written yet.

Please login to write comment.