Color Hex Logo

#c949eb Color Hex

#C949EB
(201,73,235)
0 Favorites   0 Comments

Color spaces of #c949eb

RGB 20173235
HSL0.800.800.60
HSV287°69°92°
CMYK 0.140.690.00   0.08
XYZ41.465323.180880.8861
Yxy23.18080.28490.1593
Hunter Lab48.146469.4738-65.9048
CIE-Lab55.258172.0681-58.2758

#c949eb color RGB value is (201,73,235).

#c949eb hex color red value is 201, green value is 73 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c949eb hue: 0.80 , saturation: 0.80 and the lightness value of c949eb is 0.60.

The process color (four color CMYK) of #c949eb color hex is 0.14, 0.69, 0.00, 0.08. Web safe color of #c949eb is #cc33ff. Color #c949eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001001 11101011
Octal 311 111 353
Decimal 201 73 235
Hex C9 49 EB

RGB Percentages of Color #c949eb

%39.49
%14.34
%46.17

CMYK Percentages of Color #c949eb

%14
%69
%0
%8

Triadic Colors of #c949eb

#c949eb #ebc949 #49ebc9

Analogous Colors of #c949eb

#c949eb #eb49bc #7849eb

Monochromatic Colors of #c949eb

#c949eb

Complementary Color

#c949eb #6beb49

#c949eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c949eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c949eb Color CSS Codes

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

#c949eb Text Font Color

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

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


#c949eb Background Color

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

This div background color is #c949eb


#c949eb Border Color

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

This div border color is #c949eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c949eb


Comments

No comments written yet.

Please login to write comment.