Color Hex Logo

#c741ea Color Hex

#C741EA
(199,65,234)
0 Favorites   0 Comments

Color spaces of #c741ea

RGB 19965234
HSL0.800.800.59
HSV288°72°92°
CMYK 0.150.720.00   0.08
XYZ40.294821.863279.9382
Yxy21.86320.28360.1539
Hunter Lab46.758171.9995-68.6322
CIE-Lab53.881674.3990-59.9387

#c741ea color RGB value is (199,65,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000001 11101010
Octal 307 101 352
Decimal 199 65 234
Hex C7 41 EA

RGB Percentages of Color #c741ea

%39.96
%13.05
%46.99

CMYK Percentages of Color #c741ea

%15
%72
%0
%8

Triadic Colors of #c741ea

#c741ea #eac741 #41eac7

Analogous Colors of #c741ea

#c741ea #ea41b9 #7341ea

Monochromatic Colors of #c741ea

#c741ea

Complementary Color

#c741ea #64ea41

#c741ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c741ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c741ea Color CSS Codes

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

#c741ea Text Font Color

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

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


#c741ea Background Color

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

This div background color is #c741ea


#c741ea Border Color

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

This div border color is #c741ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c741ea


Comments

No comments written yet.

Please login to write comment.