Color Hex Logo

#c741ec Color Hex

#C741EC
(199,65,236)
0 Favorites   0 Comments

Color spaces of #c741ec

RGB 19965236
HSL0.800.820.59
HSV287°72°93°
CMYK 0.160.720.00   0.07
XYZ40.583821.978881.4602
Yxy21.97880.28180.1526
Hunter Lab46.881672.4788-70.2037
CIE-Lab54.004574.7649-60.8647

#c741ec color RGB value is (199,65,236).

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

The process color (four color CMYK) of #c741ec color hex is 0.16, 0.72, 0.00, 0.07. Web safe color of #c741ec is #cc33ff. Color #c741ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000001 11101100
Octal 307 101 354
Decimal 199 65 236
Hex C7 41 EC

RGB Percentages of Color #c741ec

%39.80
%13.00
%47.20

CMYK Percentages of Color #c741ec

%16
%72
%0
%7

Triadic Colors of #c741ec

#c741ec #ecc741 #41ecc7

Analogous Colors of #c741ec

#c741ec #ec41bc #7241ec

Monochromatic Colors of #c741ec

#c741ec

Complementary Color

#c741ec #66ec41

#c741ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c741ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c741ec Color CSS Codes

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

#c741ec Text Font Color

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

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


#c741ec Background Color

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

This div background color is #c741ec


#c741ec Border Color

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

This div border color is #c741ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,65,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c741ec


Comments

No comments written yet.

Please login to write comment.