Color Hex Logo

#c949ef Color Hex

#C949EF
(201,73,239)
0 Favorites   0 Comments

Color spaces of #c949ef

RGB 20173239
HSL0.800.840.61
HSV286°69°94°
CMYK 0.160.690.00   0.06
XYZ42.049923.414683.9645
Yxy23.41460.28140.1567
Hunter Lab48.388670.4370-69.0086
CIE-Lab55.496872.8127-60.1335

#c949ef color RGB value is (201,73,239).

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

The process color (four color CMYK) of #c949ef color hex is 0.16, 0.69, 0.00, 0.06. Web safe color of #c949ef is #cc33ff. Color #c949ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001001 11101111
Octal 311 111 357
Decimal 201 73 239
Hex C9 49 EF

RGB Percentages of Color #c949ef

%39.18
%14.23
%46.59

CMYK Percentages of Color #c949ef

%16
%69
%0
%6

Triadic Colors of #c949ef

#c949ef #efc949 #49efc9

Analogous Colors of #c949ef

#c949ef #ef49c2 #7649ef

Monochromatic Colors of #c949ef

#c949ef

Complementary Color

#c949ef #6fef49

#c949ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c949ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c949ef Color CSS Codes

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

#c949ef Text Font Color

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

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


#c949ef Background Color

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

This div background color is #c949ef


#c949ef Border Color

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

This div border color is #c949ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c949ef


Comments

No comments written yet.

Please login to write comment.