Color Hex Logo

#c070fc Color Hex

#C070FC
(192,112,252)
0 Favorites   0 Comments

Color spaces of #c070fc

RGB 192112252
HSL0.760.960.71
HSV274°56°99°
CMYK 0.240.560.00   0.01
XYZ45.103129.823195.4747
Yxy29.82310.26470.1750
Hunter Lab54.610551.8556-65.4284
CIE-Lab61.501355.9380-57.8054

#c070fc color RGB value is (192,112,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110000 11111100
Octal 300 160 374
Decimal 192 112 252
Hex C0 70 FC

RGB Percentages of Color #c070fc

%34.53
%20.14
%45.32

CMYK Percentages of Color #c070fc

%24
%56
%0
%1

Triadic Colors of #c070fc

#c070fc #fcc070 #70fcc0

Analogous Colors of #c070fc

#c070fc #fc70f2 #7a70fc

Monochromatic Colors of #c070fc

#c070fc

Complementary Color

#c070fc #acfc70

#c070fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c070fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c070fc Color CSS Codes

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

#c070fc Text Font Color

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

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


#c070fc Background Color

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

This div background color is #c070fc


#c070fc Border Color

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

This div border color is #c070fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c070fc


Comments

No comments written yet.

Please login to write comment.