Color Hex Logo

#c349cb Color Hex

#C349CB
(195,73,203)
0 Favorites   0 Comments

Color spaces of #c349cb

RGB 19573203
HSL0.820.560.54
HSV296°64°80°
CMYK 0.040.640.00   0.20
XYZ35.667720.679058.6115
Yxy20.67900.31030.1799
Hunter Lab45.474260.4268-44.5868
CIE-Lab52.596464.9729-44.4242

#c349cb color RGB value is (195,73,203).

#c349cb hex color red value is 195, green value is 73 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c349cb hue: 0.82 , saturation: 0.56 and the lightness value of c349cb is 0.54.

The process color (four color CMYK) of #c349cb color hex is 0.04, 0.64, 0.00, 0.20. Web safe color of #c349cb is #cc33cc. Color #c349cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01001001 11001011
Octal 303 111 313
Decimal 195 73 203
Hex C3 49 CB

RGB Percentages of Color #c349cb

%41.40
%15.50
%43.10

CMYK Percentages of Color #c349cb

%4
%64
%0
%20

Triadic Colors of #c349cb

#c349cb #cbc349 #49cbc3

Analogous Colors of #c349cb

#c349cb #cb4992 #8249cb

Monochromatic Colors of #c349cb

#c349cb

Complementary Color

#c349cb #51cb49

#c349cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c349cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c349cb Color CSS Codes

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

#c349cb Text Font Color

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

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


#c349cb Background Color

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

This div background color is #c349cb


#c349cb Border Color

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

This div border color is #c349cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c349cb


Comments

No comments written yet.

Please login to write comment.