Color Hex Logo

#c273fc Color Hex

#C273FC
(194,115,252)
0 Favorites   0 Comments

Color spaces of #c273fc

RGB 194115252
HSL0.760.960.72
HSV275°54°99°
CMYK 0.230.540.00   0.01
XYZ45.949630.759195.6107
Yxy30.75910.26670.1785
Hunter Lab55.460950.8315-63.3892
CIE-Lab62.303754.9038-56.5127

#c273fc color RGB value is (194,115,252).

#c273fc hex color red value is 194, green value is 115 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c273fc hue: 0.76 , saturation: 0.96 and the lightness value of c273fc is 0.72.

The process color (four color CMYK) of #c273fc color hex is 0.23, 0.54, 0.00, 0.01. Web safe color of #c273fc is #cc66ff. Color #c273fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110011 11111100
Octal 302 163 374
Decimal 194 115 252
Hex C2 73 FC

RGB Percentages of Color #c273fc

%34.58
%20.50
%44.92

CMYK Percentages of Color #c273fc

%23
%54
%0
%1

Triadic Colors of #c273fc

#c273fc #fcc273 #73fcc2

Analogous Colors of #c273fc

#c273fc #fc73f2 #7e73fc

Monochromatic Colors of #c273fc

#c273fc

Complementary Color

#c273fc #adfc73

#c273fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c273fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c273fc Color CSS Codes

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

#c273fc Text Font Color

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

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


#c273fc Background Color

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

This div background color is #c273fc


#c273fc Border Color

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

This div border color is #c273fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c273fc


Comments

No comments written yet.

Please login to write comment.