Color Hex Logo

#c273fd Color Hex

#C273FD
(194,115,253)
0 Favorites   0 Comments

Color spaces of #c273fd

RGB 194115253
HSL0.760.970.72
HSV274°55°99°
CMYK 0.230.550.00   0.01
XYZ46.108530.822796.4477
Yxy30.82270.26590.1778
Hunter Lab55.518251.0895-64.1374
CIE-Lab62.357755.1232-56.9769

#c273fd color RGB value is (194,115,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110011 11111101
Octal 302 163 375
Decimal 194 115 253
Hex C2 73 FD

RGB Percentages of Color #c273fd

%34.52
%20.46
%45.02

CMYK Percentages of Color #c273fd

%23
%55
%0
%1

Triadic Colors of #c273fd

#c273fd #fdc273 #73fdc2

Analogous Colors of #c273fd

#c273fd #fd73f3 #7d73fd

Monochromatic Colors of #c273fd

#c273fd

Complementary Color

#c273fd #aefd73

#c273fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c273fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c273fd Color CSS Codes

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

#c273fd Text Font Color

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

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


#c273fd Background Color

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

This div background color is #c273fd


#c273fd Border Color

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

This div border color is #c273fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c273fd


Comments

No comments written yet.

Please login to write comment.