Color Hex Logo

#c273eb Color Hex

#C273EB
(194,115,235)
0 Favorites   0 Comments

Color spaces of #c273eb

RGB 194115235
HSL0.780.750.69
HSV280°51°92°
CMYK 0.170.510.00   0.08
XYZ43.374329.729082.0495
Yxy29.72900.27960.1916
Hunter Lab54.524346.5799-51.0540
CIE-Lab61.419751.2418-48.5166

#c273eb color RGB value is (194,115,235).

#c273eb hex color red value is 194, green value is 115 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c273eb hue: 0.78 , saturation: 0.75 and the lightness value of c273eb is 0.69.

The process color (four color CMYK) of #c273eb color hex is 0.17, 0.51, 0.00, 0.08. Web safe color of #c273eb is #cc66ff. Color #c273eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110011 11101011
Octal 302 163 353
Decimal 194 115 235
Hex C2 73 EB

RGB Percentages of Color #c273eb

%35.66
%21.14
%43.20

CMYK Percentages of Color #c273eb

%17
%51
%0
%8

Triadic Colors of #c273eb

#c273eb #ebc273 #73ebc2

Analogous Colors of #c273eb

#c273eb #eb73d8 #8673eb

Monochromatic Colors of #c273eb

#c273eb

Complementary Color

#c273eb #9ceb73

#c273eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c273eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c273eb Color CSS Codes

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

#c273eb Text Font Color

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

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


#c273eb Background Color

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

This div background color is #c273eb


#c273eb Border Color

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

This div border color is #c273eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c273eb


Comments

No comments written yet.

Please login to write comment.