Color Hex Logo

#c740ef Color Hex

#C740EF
(199,64,239)
0 Favorites   0 Comments

Color spaces of #c740ef

RGB 19964239
HSL0.800.850.59
HSV286°73°94°
CMYK 0.170.730.00   0.06
XYZ40.966622.040983.7565
Yxy22.04090.27910.1502
Hunter Lab46.947773.6006-72.9121
CIE-Lab54.070475.6611-62.4413

#c740ef color RGB value is (199,64,239).

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

The process color (four color CMYK) of #c740ef color hex is 0.17, 0.73, 0.00, 0.06. Web safe color of #c740ef is #cc33ff. Color #c740ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000000 11101111
Octal 307 100 357
Decimal 199 64 239
Hex C7 40 EF

RGB Percentages of Color #c740ef

%39.64
%12.75
%47.61

CMYK Percentages of Color #c740ef

%17
%73
%0
%6

Triadic Colors of #c740ef

#c740ef #efc740 #40efc7

Analogous Colors of #c740ef

#c740ef #ef40c0 #7040ef

Monochromatic Colors of #c740ef

#c740ef

Complementary Color

#c740ef #68ef40

#c740ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c740ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c740ef Color CSS Codes

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

#c740ef Text Font Color

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

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


#c740ef Background Color

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

This div background color is #c740ef


#c740ef Border Color

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

This div border color is #c740ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c740ef


Comments

No comments written yet.

Please login to write comment.