Color Hex Logo

#c742ec Color Hex

#C742EC
(199,66,236)
0 Favorites   0 Comments

Color spaces of #c742ec

RGB 19966236
HSL0.800.820.59
HSV287°72°93°
CMYK 0.160.720.00   0.07
XYZ40.641722.094781.4795
Yxy22.09470.28180.1532
Hunter Lab47.005072.0768-69.8711
CIE-Lab54.127374.4144-60.6672

#c742ec color RGB value is (199,66,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000010 11101100
Octal 307 102 354
Decimal 199 66 236
Hex C7 42 EC

RGB Percentages of Color #c742ec

%39.72
%13.17
%47.11

CMYK Percentages of Color #c742ec

%16
%72
%0
%7

Triadic Colors of #c742ec

#c742ec #ecc742 #42ecc7

Analogous Colors of #c742ec

#c742ec #ec42bc #7242ec

Monochromatic Colors of #c742ec

#c742ec

Complementary Color

#c742ec #67ec42

#c742ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c742ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c742ec Color CSS Codes

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

#c742ec Text Font Color

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

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


#c742ec Background Color

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

This div background color is #c742ec


#c742ec Border Color

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

This div border color is #c742ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c742ec


Comments

No comments written yet.

Please login to write comment.