Color Hex Logo

#c936fc Color Hex

#C936FC
(201,54,252)
0 Favorites   0 Comments

Color spaces of #c936fc

RGB 20154252
HSL0.790.970.60
HSV285°79°99°
CMYK 0.200.790.00   0.01
XYZ42.977222.084194.0930
Yxy22.08410.27000.1388
Hunter Lab46.993781.0047-85.8176
CIE-Lab54.116181.5443-69.6105

#c936fc color RGB value is (201,54,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110110 11111100
Octal 311 66 374
Decimal 201 54 252
Hex C9 36 FC

RGB Percentages of Color #c936fc

%39.64
%10.65
%49.70

CMYK Percentages of Color #c936fc

%20
%79
%0
%1

Triadic Colors of #c936fc

#c936fc #fcc936 #36fcc9

Analogous Colors of #c936fc

#c936fc #fc36cc #6636fc

Monochromatic Colors of #c936fc

#c936fc

Complementary Color

#c936fc #69fc36

#c936fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c936fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c936fc Color CSS Codes

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

#c936fc Text Font Color

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

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


#c936fc Background Color

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

This div background color is #c936fc


#c936fc Border Color

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

This div border color is #c936fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c936fc


Comments

No comments written yet.

Please login to write comment.