Color Hex Logo

#c273fe Color Hex

#C273FE
(194,115,254)
0 Favorites   0 Comments

Color spaces of #c273fe

RGB 194115254
HSL0.760.990.72
HSV274°55°100°
CMYK 0.240.550.00   0.00
XYZ46.268330.886697.2890
Yxy30.88660.26520.1771
Hunter Lab55.575751.3486-64.8881
CIE-Lab62.411855.3433-57.4405

#c273fe color RGB value is (194,115,254).

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

The process color (four color CMYK) of #c273fe color hex is 0.24, 0.55, 0.00, 0.00. Web safe color of #c273fe is #cc66ff. Color #c273fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110011 11111110
Octal 302 163 376
Decimal 194 115 254
Hex C2 73 FE

RGB Percentages of Color #c273fe

%34.46
%20.43
%45.12

CMYK Percentages of Color #c273fe

%24
%55
%0
%0

Triadic Colors of #c273fe

#c273fe #fec273 #73fec2

Analogous Colors of #c273fe

#c273fe #fe73f5 #7d73fe

Monochromatic Colors of #c273fe

#c273fe

Complementary Color

#c273fe #affe73

#c273fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c273fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c273fe Color CSS Codes

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

#c273fe Text Font Color

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

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


#c273fe Background Color

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

This div background color is #c273fe


#c273fe Border Color

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

This div border color is #c273fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,115,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c273fe

Related Colors


Comments

No comments written yet.

Please login to write comment.