Color Hex Logo

#c344bc Color Hex

#C344BC
(195,68,188)
0 Favorites   0 Comments

Color spaces of #c344bc

RGB 19568188
HSL0.840.510.52
HSV303°65°76°
CMYK 0.000.650.04   0.24
XYZ33.649919.367249.5416
Yxy19.36720.32810.1888
Hunter Lab44.008259.4718-35.9392
CIE-Lab51.114164.4288-38.1133

#c344bc color RGB value is (195,68,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000100 10111100
Octal 303 104 274
Decimal 195 68 188
Hex C3 44 BC

RGB Percentages of Color #c344bc

%43.24
%15.08
%41.69

CMYK Percentages of Color #c344bc

%0
%65
%4
%24

Triadic Colors of #c344bc

#c344bc #bcc344 #44bcc3

Analogous Colors of #c344bc

#c344bc #c3447d #8b44c3

Monochromatic Colors of #c344bc

#c344bc

Complementary Color

#c344bc #44c34b

#c344bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c344bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c344bc Color CSS Codes

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

#c344bc Text Font Color

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

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


#c344bc Background Color

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

This div background color is #c344bc


#c344bc Border Color

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

This div border color is #c344bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c344bc


Comments

No comments written yet.

Please login to write comment.