Color Hex Logo

#c075fa Color Hex

#C075FA
(192,117,250)
0 Favorites   0 Comments

Color spaces of #c075fa

RGB 192117250
HSL0.760.930.72
HSV274°53°98°
CMYK 0.230.530.00   0.02
XYZ45.354830.831294.0030
Yxy30.83120.26650.1812
Hunter Lab55.525848.6327-61.5075
CIE-Lab62.364952.9397-55.3277

#c075fa color RGB value is (192,117,250).

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

The process color (four color CMYK) of #c075fa color hex is 0.23, 0.53, 0.00, 0.02. Web safe color of #c075fa is #cc66ff. Color #c075fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110101 11111010
Octal 300 165 372
Decimal 192 117 250
Hex C0 75 FA

RGB Percentages of Color #c075fa

%34.35
%20.93
%44.72

CMYK Percentages of Color #c075fa

%23
%53
%0
%2

Triadic Colors of #c075fa

#c075fa #fac075 #75fac0

Analogous Colors of #c075fa

#c075fa #fa75f2 #7e75fa

Monochromatic Colors of #c075fa

#c075fa

Complementary Color

#c075fa #affa75

#c075fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c075fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c075fa Color CSS Codes

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

#c075fa Text Font Color

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

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


#c075fa Background Color

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

This div background color is #c075fa


#c075fa Border Color

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

This div border color is #c075fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c075fa


Comments

No comments written yet.

Please login to write comment.