Color Hex Logo

#c949fa Color Hex

#C949FA
(201,73,250)
0 Favorites   0 Comments

Color spaces of #c949fa

RGB 20173250
HSL0.790.950.63
HSV283°71°98°
CMYK 0.200.710.00   0.02
XYZ43.725324.084792.7867
Yxy24.08470.27230.1500
Hunter Lab49.076273.1545-77.7443
CIE-Lab56.172574.8946-65.1793

#c949fa color RGB value is (201,73,250).

#c949fa hex color red value is 201, green value is 73 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c949fa hue: 0.79 , saturation: 0.95 and the lightness value of c949fa is 0.63.

The process color (four color CMYK) of #c949fa color hex is 0.20, 0.71, 0.00, 0.02. Web safe color of #c949fa is #cc33ff. Color #c949fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001001 11111010
Octal 311 111 372
Decimal 201 73 250
Hex C9 49 FA

RGB Percentages of Color #c949fa

%38.36
%13.93
%47.71

CMYK Percentages of Color #c949fa

%20
%71
%0
%2

Triadic Colors of #c949fa

#c949fa #fac949 #49fac9

Analogous Colors of #c949fa

#c949fa #fa49d3 #7149fa

Monochromatic Colors of #c949fa

#c949fa

Complementary Color

#c949fa #7afa49

#c949fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c949fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c949fa Color CSS Codes

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

#c949fa Text Font Color

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

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


#c949fa Background Color

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

This div background color is #c949fa


#c949fa Border Color

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

This div border color is #c949fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,73,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c949fa


Comments

No comments written yet.

Please login to write comment.