Color Hex Logo

#c175ea Color Hex

#C175EA
(193,117,234)
0 Favorites   0 Comments

Color spaces of #c175ea

RGB 193117234
HSL0.770.740.69
HSV279°50°92°
CMYK 0.180.500.00   0.08
XYZ43.204930.000581.3554
Yxy30.00050.27950.1941
Hunter Lab54.772744.9492-49.7242
CIE-Lab61.654749.7272-47.5968

#c175ea color RGB value is (193,117,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110101 11101010
Octal 301 165 352
Decimal 193 117 234
Hex C1 75 EA

RGB Percentages of Color #c175ea

%35.48
%21.51
%43.01

CMYK Percentages of Color #c175ea

%18
%50
%0
%8

Triadic Colors of #c175ea

#c175ea #eac175 #75eac1

Analogous Colors of #c175ea

#c175ea #ea75d9 #8775ea

Monochromatic Colors of #c175ea

#c175ea

Complementary Color

#c175ea #9eea75

#c175ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c175ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c175ea Color CSS Codes

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

#c175ea Text Font Color

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

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


#c175ea Background Color

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

This div background color is #c175ea


#c175ea Border Color

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

This div border color is #c175ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,117,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c175ea


Comments

No comments written yet.

Please login to write comment.