Color Hex Logo

#c249d5 Color Hex

#C249D5
(194,73,213)
0 Favorites   0 Comments

Color spaces of #c249d5

RGB 19473213
HSL0.810.630.56
HSV292°66°84°
CMYK 0.090.660.00   0.16
XYZ36.640921.038565.0804
Yxy21.03850.29850.1714
Hunter Lab45.867762.3240-52.0174
CIE-Lab52.991666.5200-49.5206

#c249d5 color RGB value is (194,73,213).

#c249d5 hex color red value is 194, green value is 73 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #c249d5 hue: 0.81 , saturation: 0.63 and the lightness value of c249d5 is 0.56.

The process color (four color CMYK) of #c249d5 color hex is 0.09, 0.66, 0.00, 0.16. Web safe color of #c249d5 is #cc33cc. Color #c249d5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001001 11010101
Octal 302 111 325
Decimal 194 73 213
Hex C2 49 D5

RGB Percentages of Color #c249d5

%40.42
%15.21
%44.38

CMYK Percentages of Color #c249d5

%9
%66
%0
%16

Triadic Colors of #c249d5

#c249d5 #d5c249 #49d5c2

Analogous Colors of #c249d5

#c249d5 #d549a2 #7c49d5

Monochromatic Colors of #c249d5

#c249d5

Complementary Color

#c249d5 #5cd549

#c249d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c249d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c249d5 Color CSS Codes

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

#c249d5 Text Font Color

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

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


#c249d5 Background Color

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

This div background color is #c249d5


#c249d5 Border Color

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

This div border color is #c249d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c249d5


Comments

No comments written yet.

Please login to write comment.