Color Hex Logo

#c149ee Color Hex

#C149EE
(193,73,238)
0 Favorites   0 Comments

Color spaces of #c149ee

RGB 19373238
HSL0.790.830.61
HSV284°69°93°
CMYK 0.190.690.00   0.07
XYZ39.807522.275683.0905
Yxy22.27560.27420.1534
Hunter Lab47.197067.9578-71.3423
CIE-Lab54.318270.9966-61.5270

#c149ee color RGB value is (193,73,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001001 11101110
Octal 301 111 356
Decimal 193 73 238
Hex C1 49 EE

RGB Percentages of Color #c149ee

%38.29
%14.48
%47.22

CMYK Percentages of Color #c149ee

%19
%69
%0
%7

Triadic Colors of #c149ee

#c149ee #eec149 #49eec1

Analogous Colors of #c149ee

#c149ee #ee49c9 #6f49ee

Monochromatic Colors of #c149ee

#c149ee

Complementary Color

#c149ee #76ee49

#c149ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c149ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c149ee Color CSS Codes

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

#c149ee Text Font Color

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

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


#c149ee Background Color

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

This div background color is #c149ee


#c149ee Border Color

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

This div border color is #c149ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c149ee


Comments

No comments written yet.

Please login to write comment.