Color Hex Logo

#c949de Color Hex

#C949DE
(201,73,222)
0 Favorites   0 Comments

Color spaces of #c949de

RGB 20173222
HSL0.810.690.58
HSV292°67°87°
CMYK 0.090.670.00   0.13
XYZ39.654822.456571.3517
Yxy22.45650.29710.1683
Hunter Lab47.388366.4403-56.1001
CIE-Lab54.508069.6994-52.1524

#c949de color RGB value is (201,73,222).

#c949de hex color red value is 201, green value is 73 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c949de hue: 0.81 , saturation: 0.69 and the lightness value of c949de is 0.58.

The process color (four color CMYK) of #c949de color hex is 0.09, 0.67, 0.00, 0.13. Web safe color of #c949de is #cc33cc. Color #c949de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001001 11011110
Octal 311 111 336
Decimal 201 73 222
Hex C9 49 DE

RGB Percentages of Color #c949de

%40.52
%14.72
%44.76

CMYK Percentages of Color #c949de

%9
%67
%0
%13

Triadic Colors of #c949de

#c949de #dec949 #49dec9

Analogous Colors of #c949de

#c949de #de49a9 #7f49de

Monochromatic Colors of #c949de

#c949de

Complementary Color

#c949de #5ede49

#c949de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c949de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c949de Color CSS Codes

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

#c949de Text Font Color

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

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


#c949de Background Color

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

This div background color is #c949de


#c949de Border Color

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

This div border color is #c949de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c949de


Comments

No comments written yet.

Please login to write comment.