Color Hex Logo

#c344bb Color Hex

#C344BB
(195,68,187)
0 Favorites   0 Comments

Color spaces of #c344bb

RGB 19568187
HSL0.840.510.52
HSV304°65°76°
CMYK 0.000.650.04   0.24
XYZ33.542419.324248.9758
Yxy19.32420.32940.1897
Hunter Lab43.959359.2726-35.2845
CIE-Lab51.064464.2660-37.6112

#c344bb color RGB value is (195,68,187).

#c344bb hex color red value is 195, green value is 68 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c344bb hue: 0.84 , saturation: 0.51 and the lightness value of c344bb is 0.52.

The process color (four color CMYK) of #c344bb color hex is 0.00, 0.65, 0.04, 0.24. Web safe color of #c344bb is #cc33cc. Color #c344bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000100 10111011
Octal 303 104 273
Decimal 195 68 187
Hex C3 44 BB

RGB Percentages of Color #c344bb

%43.33
%15.11
%41.56

CMYK Percentages of Color #c344bb

%0
%65
%4
%24

Triadic Colors of #c344bb

#c344bb #bbc344 #44bbc3

Analogous Colors of #c344bb

#c344bb #c3447c #8c44c3

Monochromatic Colors of #c344bb

#c344bb

Complementary Color

#c344bb #44c34c

#c344bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c344bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c344bb Color CSS Codes

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

#c344bb Text Font Color

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

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


#c344bb Background Color

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

This div background color is #c344bb


#c344bb Border Color

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

This div border color is #c344bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c344bb


Comments

No comments written yet.

Please login to write comment.