Color Hex Logo

#c940ee Color Hex

#C940EE
(201,64,238)
0 Favorites   0 Comments

Color spaces of #c940ee

RGB 20164238
HSL0.800.840.59
HSV287°73°93°
CMYK 0.160.730.00   0.07
XYZ41.353422.257383.0055
Yxy22.25730.28210.1518
Hunter Lab47.177673.9027-71.2919
CIE-Lab54.298975.8608-61.4979

#c940ee color RGB value is (201,64,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000000 11101110
Octal 311 100 356
Decimal 201 64 238
Hex C9 40 EE

RGB Percentages of Color #c940ee

%39.96
%12.72
%47.32

CMYK Percentages of Color #c940ee

%16
%73
%0
%7

Triadic Colors of #c940ee

#c940ee #eec940 #40eec9

Analogous Colors of #c940ee

#c940ee #ee40bc #7240ee

Monochromatic Colors of #c940ee

#c940ee

Complementary Color

#c940ee #65ee40

#c940ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c940ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c940ee Color CSS Codes

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

#c940ee Text Font Color

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

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


#c940ee Background Color

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

This div background color is #c940ee


#c940ee Border Color

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

This div border color is #c940ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c940ee


Comments

No comments written yet.

Please login to write comment.