Color Hex Logo

#c740ea Color Hex

#C740EA
(199,64,234)
0 Favorites   0 Comments

Color spaces of #c740ea

RGB 19964234
HSL0.800.800.58
HSV288°73°92°
CMYK 0.150.730.00   0.08
XYZ40.237921.749479.9192
Yxy21.74940.28360.1533
Hunter Lab46.636372.3969-68.9582
CIE-Lab53.760174.7457-60.1339

#c740ea color RGB value is (199,64,234).

#c740ea hex color red value is 199, green value is 64 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c740ea hue: 0.80 , saturation: 0.80 and the lightness value of c740ea is 0.58.

The process color (four color CMYK) of #c740ea color hex is 0.15, 0.73, 0.00, 0.08. Web safe color of #c740ea is #cc33ff. Color #c740ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000000 11101010
Octal 307 100 352
Decimal 199 64 234
Hex C7 40 EA

RGB Percentages of Color #c740ea

%40.04
%12.88
%47.08

CMYK Percentages of Color #c740ea

%15
%73
%0
%8

Triadic Colors of #c740ea

#c740ea #eac740 #40eac7

Analogous Colors of #c740ea

#c740ea #ea40b8 #7240ea

Monochromatic Colors of #c740ea

#c740ea

Complementary Color

#c740ea #63ea40

#c740ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c740ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c740ea Color CSS Codes

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

#c740ea Text Font Color

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

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


#c740ea Background Color

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

This div background color is #c740ea


#c740ea Border Color

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

This div border color is #c740ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c740ea


Comments

No comments written yet.

Please login to write comment.