Color Hex Logo

#c070ea Color Hex

#C070EA
(192,112,234)
0 Favorites   0 Comments

Color spaces of #c070ea

RGB 192112234
HSL0.780.740.68
HSV279°52°92°
CMYK 0.180.520.00   0.08
XYZ42.383728.735381.1545
Yxy28.73530.27830.1887
Hunter Lab53.605347.3239-52.2370
CIE-Lab60.547352.0490-49.3566

#c070ea color RGB value is (192,112,234).

#c070ea hex color red value is 192, green value is 112 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c070ea hue: 0.78 , saturation: 0.74 and the lightness value of c070ea is 0.68.

The process color (four color CMYK) of #c070ea color hex is 0.18, 0.52, 0.00, 0.08. Web safe color of #c070ea is #cc66ff. Color #c070ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110000 11101010
Octal 300 160 352
Decimal 192 112 234
Hex C0 70 EA

RGB Percentages of Color #c070ea

%35.69
%20.82
%43.49

CMYK Percentages of Color #c070ea

%18
%52
%0
%8

Triadic Colors of #c070ea

#c070ea #eac070 #70eac0

Analogous Colors of #c070ea

#c070ea #ea70d7 #8370ea

Monochromatic Colors of #c070ea

#c070ea

Complementary Color

#c070ea #9aea70

#c070ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c070ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c070ea Color CSS Codes

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

#c070ea Text Font Color

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

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


#c070ea Background Color

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

This div background color is #c070ea


#c070ea Border Color

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

This div border color is #c070ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c070ea


Comments

No comments written yet.

Please login to write comment.