Color Hex Logo

#c149ef Color Hex

#C149EF
(193,73,239)
0 Favorites   0 Comments

Color spaces of #c149ef

RGB 19373239
HSL0.790.840.61
HSV283°69°94°
CMYK 0.190.690.00   0.06
XYZ39.954922.334583.8665
Yxy22.33450.27340.1528
Hunter Lab47.259468.2068-72.1344
CIE-Lab54.380171.1909-61.9875

#c149ef color RGB value is (193,73,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001001 11101111
Octal 301 111 357
Decimal 193 73 239
Hex C1 49 EF

RGB Percentages of Color #c149ef

%38.22
%14.46
%47.33

CMYK Percentages of Color #c149ef

%19
%69
%0
%6

Triadic Colors of #c149ef

#c149ef #efc149 #49efc1

Analogous Colors of #c149ef

#c149ef #ef49ca #6e49ef

Monochromatic Colors of #c149ef

#c149ef

Complementary Color

#c149ef #77ef49

#c149ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c149ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c149ef Color CSS Codes

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

#c149ef Text Font Color

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

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


#c149ef Background Color

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

This div background color is #c149ef


#c149ef Border Color

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

This div border color is #c149ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c149ef


Comments

No comments written yet.

Please login to write comment.