Color Hex Logo

#c075fc Color Hex

#C075FC
(192,117,252)
0 Favorites   0 Comments

Color spaces of #c075fc

RGB 192117252
HSL0.760.960.72
HSV273°54°99°
CMYK 0.240.540.00   0.01
XYZ45.670230.957395.6637
Yxy30.95730.26510.1797
Hunter Lab55.639349.1488-62.9931
CIE-Lab62.471653.3835-56.2587

#c075fc color RGB value is (192,117,252).

#c075fc hex color red value is 192, green value is 117 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c075fc hue: 0.76 , saturation: 0.96 and the lightness value of c075fc is 0.72.

The process color (four color CMYK) of #c075fc color hex is 0.24, 0.54, 0.00, 0.01. Web safe color of #c075fc is #cc66ff. Color #c075fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110101 11111100
Octal 300 165 374
Decimal 192 117 252
Hex C0 75 FC

RGB Percentages of Color #c075fc

%34.22
%20.86
%44.92

CMYK Percentages of Color #c075fc

%24
%54
%0
%1

Triadic Colors of #c075fc

#c075fc #fcc075 #75fcc0

Analogous Colors of #c075fc

#c075fc #fc75f5 #7d75fc

Monochromatic Colors of #c075fc

#c075fc

Complementary Color

#c075fc #b1fc75

#c075fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c075fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c075fc Color CSS Codes

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

#c075fc Text Font Color

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

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


#c075fc Background Color

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

This div background color is #c075fc


#c075fc Border Color

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

This div border color is #c075fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c075fc


Comments

No comments written yet.

Please login to write comment.