Color Hex Logo

#c94cfc Color Hex

#C94CFC
(201,76,252)
0 Favorites   0 Comments

Color spaces of #c94cfc

RGB 20176252
HSL0.790.970.64
HSV283°70°99°
CMYK 0.200.700.00   0.01
XYZ44.242524.614794.5147
Yxy24.61470.27080.1507
Hunter Lab49.613272.3540-78.2201
CIE-Lab56.698174.1451-65.4430

#c94cfc color RGB value is (201,76,252).

#c94cfc hex color red value is 201, green value is 76 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c94cfc hue: 0.79 , saturation: 0.97 and the lightness value of c94cfc is 0.64.

The process color (four color CMYK) of #c94cfc color hex is 0.20, 0.70, 0.00, 0.01. Web safe color of #c94cfc is #cc33ff. Color #c94cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001100 11111100
Octal 311 114 374
Decimal 201 76 252
Hex C9 4C FC

RGB Percentages of Color #c94cfc

%38.00
%14.37
%47.64

CMYK Percentages of Color #c94cfc

%20
%70
%0
%1

Triadic Colors of #c94cfc

#c94cfc #fcc94c #4cfcc9

Analogous Colors of #c94cfc

#c94cfc #fc4cd7 #714cfc

Monochromatic Colors of #c94cfc

#c94cfc

Complementary Color

#c94cfc #7ffc4c

#c94cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94cfc Color CSS Codes

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

#c94cfc Text Font Color

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

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


#c94cfc Background Color

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

This div background color is #c94cfc


#c94cfc Border Color

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

This div border color is #c94cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.