Color Hex Logo

#c074ea Color Hex

#C074EA
(192,116,234)
0 Favorites   0 Comments

Color spaces of #c074ea

RGB 192116234
HSL0.770.740.69
HSV279°50°92°
CMYK 0.180.500.00   0.08
XYZ42.834929.637881.3049
Yxy29.63780.27860.1927
Hunter Lab54.440645.1761-50.4388
CIE-Lab61.340449.9810-48.1010

#c074ea color RGB value is (192,116,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110100 11101010
Octal 300 164 352
Decimal 192 116 234
Hex C0 74 EA

RGB Percentages of Color #c074ea

%35.42
%21.40
%43.17

CMYK Percentages of Color #c074ea

%18
%50
%0
%8

Triadic Colors of #c074ea

#c074ea #eac074 #74eac0

Analogous Colors of #c074ea

#c074ea #ea74d9 #8574ea

Monochromatic Colors of #c074ea

#c074ea

Complementary Color

#c074ea #9eea74

#c074ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c074ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c074ea Color CSS Codes

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

#c074ea Text Font Color

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

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


#c074ea Background Color

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

This div background color is #c074ea


#c074ea Border Color

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

This div border color is #c074ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c074ea


Comments

No comments written yet.

Please login to write comment.