Color Hex Logo

#c799fd Color Hex

#C799FD
(199,153,253)
0 Favorites   0 Comments

Color spaces of #c799fd

RGB 199153253
HSL0.740.960.80
HSV268°40°99°
CMYK 0.210.400.00   0.01
XYZ52.674042.016498.2623
Yxy42.01640.27300.2178
Hunter Lab64.820131.6174-44.5051
CIE-Lab70.882236.2057-43.4765

#c799fd color RGB value is (199,153,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10011001 11111101
Octal 307 231 375
Decimal 199 153 253
Hex C7 99 FD

RGB Percentages of Color #c799fd

%32.89
%25.29
%41.82

CMYK Percentages of Color #c799fd

%21
%40
%0
%1

Triadic Colors of #c799fd

#c799fd #fdc799 #99fdc7

Analogous Colors of #c799fd

#c799fd #f999fd #999dfd

Monochromatic Colors of #c799fd

#c799fd

Complementary Color

#c799fd #cffd99

#c799fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c799fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c799fd Color CSS Codes

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

#c799fd Text Font Color

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

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


#c799fd Background Color

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

This div background color is #c799fd


#c799fd Border Color

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

This div border color is #c799fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,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 #c799fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c799fd


Comments

No comments written yet.

Please login to write comment.