Color Hex Logo

#c070ff Color Hex

#C070FF
(192,112,255)
0 Favorites   0 Comments

Color spaces of #c070ff

RGB 192112255
HSL0.761.000.72
HSV274°56°100°
CMYK 0.250.560.00   0.00
XYZ45.582430.014897.9987
Yxy30.01480.26260.1729
Hunter Lab54.785852.6390-67.7057
CIE-Lab61.667056.6004-59.1919

#c070ff color RGB value is (192,112,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110000 11111111
Octal 300 160 377
Decimal 192 112 255
Hex C0 70 FF

RGB Percentages of Color #c070ff

%34.35
%20.04
%45.62

CMYK Percentages of Color #c070ff

%25
%56
%0
%0

Triadic Colors of #c070ff

#c070ff #ffc070 #70ffc0

Analogous Colors of #c070ff

#c070ff #ff70f7 #7970ff

Monochromatic Colors of #c070ff

#c070ff

Complementary Color

#c070ff #afff70

#c070ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c070ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c070ff Color CSS Codes

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

#c070ff Text Font Color

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

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


#c070ff Background Color

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

This div background color is #c070ff


#c070ff Border Color

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

This div border color is #c070ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c070ff

Related Colors


Comments

No comments written yet.

Please login to write comment.