Color Hex Logo

#c149dd Color Hex

#C149DD
(193,73,221)
0 Favorites   0 Comments

Color spaces of #c149dd

RGB 19373221
HSL0.800.690.58
HSV289°67°87°
CMYK 0.130.670.00   0.13
XYZ37.426021.323070.5498
Yxy21.32300.28950.1649
Hunter Lab46.176863.8635-58.2605
CIE-Lab53.301267.7663-53.5799

#c149dd color RGB value is (193,73,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001001 11011101
Octal 301 111 335
Decimal 193 73 221
Hex C1 49 DD

RGB Percentages of Color #c149dd

%39.63
%14.99
%45.38

CMYK Percentages of Color #c149dd

%13
%67
%0
%13

Triadic Colors of #c149dd

#c149dd #ddc149 #49ddc1

Analogous Colors of #c149dd

#c149dd #dd49af #7749dd

Monochromatic Colors of #c149dd

#c149dd

Complementary Color

#c149dd #65dd49

#c149dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c149dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c149dd Color CSS Codes

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

#c149dd Text Font Color

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

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


#c149dd Background Color

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

This div background color is #c149dd


#c149dd Border Color

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

This div border color is #c149dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c149dd


Comments

No comments written yet.

Please login to write comment.