Color Hex Logo

#c675eb Color Hex

#C675EB
(198,117,235)
0 Favorites   0 Comments

Color spaces of #c675eb

RGB 198117235
HSL0.780.750.69
HSV281°50°92°
CMYK 0.160.500.00   0.08
XYZ44.645430.726582.1750
Yxy30.72650.28340.1950
Hunter Lab55.431546.7616-49.0930
CIE-Lab62.276151.2747-47.1328

#c675eb color RGB value is (198,117,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110101 11101011
Octal 306 165 353
Decimal 198 117 235
Hex C6 75 EB

RGB Percentages of Color #c675eb

%36.00
%21.27
%42.73

CMYK Percentages of Color #c675eb

%16
%50
%0
%8

Triadic Colors of #c675eb

#c675eb #ebc675 #75ebc6

Analogous Colors of #c675eb

#c675eb #eb75d5 #8b75eb

Monochromatic Colors of #c675eb

#c675eb

Complementary Color

#c675eb #9aeb75

#c675eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c675eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c675eb Color CSS Codes

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

#c675eb Text Font Color

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

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


#c675eb Background Color

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

This div background color is #c675eb


#c675eb Border Color

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

This div border color is #c675eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c675eb


Comments

No comments written yet.

Please login to write comment.