Color Hex Logo

#c217eb Color Hex

#C217EB
(194,23,235)
0 Favorites   0 Comments

Color spaces of #c217eb

RGB 19423235
HSL0.800.840.51
HSV288°90°92°
CMYK 0.170.900.00   0.08
XYZ37.549918.080380.1080
Yxy18.08030.27660.1332
Hunter Lab42.520983.2203-81.9357
CIE-Lab49.593484.1523-67.4598

#c217eb color RGB value is (194,23,235).

#c217eb hex color red value is 194, green value is 23 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c217eb hue: 0.80 , saturation: 0.84 and the lightness value of c217eb is 0.51.

The process color (four color CMYK) of #c217eb color hex is 0.17, 0.90, 0.00, 0.08. Web safe color of #c217eb is #cc00ff. Color #c217eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010111 11101011
Octal 302 27 353
Decimal 194 23 235
Hex C2 17 EB

RGB Percentages of Color #c217eb

%42.92
%5.09
%51.99

CMYK Percentages of Color #c217eb

%17
%90
%0
%8

Triadic Colors of #c217eb

#c217eb #ebc217 #17ebc2

Analogous Colors of #c217eb

#c217eb #eb17aa #5817eb

Monochromatic Colors of #c217eb

#c217eb

Complementary Color

#c217eb #40eb17

#c217eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c217eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c217eb Color CSS Codes

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

#c217eb Text Font Color

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

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


#c217eb Background Color

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

This div background color is #c217eb


#c217eb Border Color

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

This div border color is #c217eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c217eb


Comments

No comments written yet.

Please login to write comment.