Color Hex Logo

#c575eb Color Hex

#C575EB
(197,117,235)
0 Favorites   0 Comments

Color spaces of #c575eb

RGB 197117235
HSL0.780.750.69
HSV281°50°92°
CMYK 0.160.500.00   0.08
XYZ44.382630.591182.1627
Yxy30.59110.28240.1947
Hunter Lab55.309246.4453-49.3598
CIE-Lab62.160951.0069-47.3223

#c575eb color RGB value is (197,117,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110101 11101011
Octal 305 165 353
Decimal 197 117 235
Hex C5 75 EB

RGB Percentages of Color #c575eb

%35.88
%21.31
%42.81

CMYK Percentages of Color #c575eb

%16
%50
%0
%8

Triadic Colors of #c575eb

#c575eb #ebc575 #75ebc5

Analogous Colors of #c575eb

#c575eb #eb75d6 #8a75eb

Monochromatic Colors of #c575eb

#c575eb

Complementary Color

#c575eb #9beb75

#c575eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c575eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c575eb Color CSS Codes

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

#c575eb Text Font Color

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

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


#c575eb Background Color

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

This div background color is #c575eb


#c575eb Border Color

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

This div border color is #c575eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c575eb


Comments

No comments written yet.

Please login to write comment.