Color Hex Logo

#c170eb Color Hex

#C170EB
(193,112,235)
0 Favorites   0 Comments

Color spaces of #c170eb

RGB 193112235
HSL0.780.750.68
HSV280°52°92°
CMYK 0.180.520.00   0.08
XYZ42.781928.924081.9253
Yxy28.92400.27850.1883
Hunter Lab53.781047.8769-52.6704
CIE-Lab60.714552.5209-49.6406

#c170eb color RGB value is (193,112,235).

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

The process color (four color CMYK) of #c170eb color hex is 0.18, 0.52, 0.00, 0.08. Web safe color of #c170eb is #cc66ff. Color #c170eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110000 11101011
Octal 301 160 353
Decimal 193 112 235
Hex C1 70 EB

RGB Percentages of Color #c170eb

%35.74
%20.74
%43.52

CMYK Percentages of Color #c170eb

%18
%52
%0
%8

Triadic Colors of #c170eb

#c170eb #ebc170 #70ebc1

Analogous Colors of #c170eb

#c170eb #eb70d8 #8470eb

Monochromatic Colors of #c170eb

#c170eb

Complementary Color

#c170eb #9aeb70

#c170eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c170eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c170eb Color CSS Codes

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

#c170eb Text Font Color

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

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


#c170eb Background Color

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

This div background color is #c170eb


#c170eb Border Color

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

This div border color is #c170eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c170eb


Comments

No comments written yet.

Please login to write comment.