Color Hex Logo

#c475eb Color Hex

#C475EB
(196,117,235)
0 Favorites   0 Comments

Color spaces of #c475eb

RGB 196117235
HSL0.780.750.69
HSV280°50°92°
CMYK 0.170.500.00   0.08
XYZ44.121630.456582.1505
Yxy30.45650.28150.1943
Hunter Lab55.187446.1304-49.6263
CIE-Lab62.046150.7399-47.5112

#c475eb color RGB value is (196,117,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110101 11101011
Octal 304 165 353
Decimal 196 117 235
Hex C4 75 EB

RGB Percentages of Color #c475eb

%35.77
%21.35
%42.88

CMYK Percentages of Color #c475eb

%17
%50
%0
%8

Triadic Colors of #c475eb

#c475eb #ebc475 #75ebc4

Analogous Colors of #c475eb

#c475eb #eb75d7 #8975eb

Monochromatic Colors of #c475eb

#c475eb

Complementary Color

#c475eb #9ceb75

#c475eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c475eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c475eb Color CSS Codes

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

#c475eb Text Font Color

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

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


#c475eb Background Color

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

This div background color is #c475eb


#c475eb Border Color

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

This div border color is #c475eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c475eb


Comments

No comments written yet.

Please login to write comment.