Color Hex Logo

#c994fd Color Hex

#C994FD
(201,148,253)
0 Favorites   0 Comments

Color spaces of #c994fd

RGB 201148253
HSL0.750.960.79
HSV270°42°99°
CMYK 0.210.420.00   0.01
XYZ52.406940.689298.0202
Yxy40.68920.27420.2129
Hunter Lab63.788135.0226-46.4565
CIE-Lab69.957639.4957-44.9118

#c994fd color RGB value is (201,148,253).

#c994fd hex color red value is 201, green value is 148 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c994fd hue: 0.75 , saturation: 0.96 and the lightness value of c994fd is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010100 11111101
Octal 311 224 375
Decimal 201 148 253
Hex C9 94 FD

RGB Percentages of Color #c994fd

%33.39
%24.58
%42.03

CMYK Percentages of Color #c994fd

%21
%42
%0
%1

Triadic Colors of #c994fd

#c994fd #fdc994 #94fdc9

Analogous Colors of #c994fd

#c994fd #fd94fd #9594fd

Monochromatic Colors of #c994fd

#c994fd

Complementary Color

#c994fd #c8fd94

#c994fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c994fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c994fd Color CSS Codes

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

#c994fd Text Font Color

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

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


#c994fd Background Color

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

This div background color is #c994fd


#c994fd Border Color

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

This div border color is #c994fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c994fd


Comments

No comments written yet.

Please login to write comment.