Color Hex Logo

#c174eb Color Hex

#C174EB
(193,116,235)
0 Favorites   0 Comments

Color spaces of #c174eb

RGB 193116235
HSL0.770.750.69
HSV279°51°92°
CMYK 0.180.510.00   0.08
XYZ43.233129.826482.0757
Yxy29.82640.27870.1923
Hunter Lab54.613645.7302-50.8742
CIE-Lab61.504150.4596-48.3904

#c174eb color RGB value is (193,116,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110100 11101011
Octal 301 164 353
Decimal 193 116 235
Hex C1 74 EB

RGB Percentages of Color #c174eb

%35.48
%21.32
%43.20

CMYK Percentages of Color #c174eb

%18
%51
%0
%8

Triadic Colors of #c174eb

#c174eb #ebc174 #74ebc1

Analogous Colors of #c174eb

#c174eb #eb74da #8674eb

Monochromatic Colors of #c174eb

#c174eb

Complementary Color

#c174eb #9eeb74

#c174eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c174eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c174eb Color CSS Codes

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

#c174eb Text Font Color

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

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


#c174eb Background Color

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

This div background color is #c174eb


#c174eb Border Color

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

This div border color is #c174eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c174eb


Comments

No comments written yet.

Please login to write comment.