Color Hex Logo

#c344cc Color Hex

#C344CC
(195,68,204)
0 Favorites   0 Comments

Color spaces of #c344cc

RGB 19568204
HSL0.820.570.53
HSV296°67°80°
CMYK 0.040.670.00   0.20
XYZ35.471920.096059.1361
Yxy20.09600.30920.1752
Hunter Lab44.828662.7933-46.8331
CIE-Lab51.945667.1169-46.0302

#c344cc color RGB value is (195,68,204).

#c344cc hex color red value is 195, green value is 68 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c344cc hue: 0.82 , saturation: 0.57 and the lightness value of c344cc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000100 11001100
Octal 303 104 314
Decimal 195 68 204
Hex C3 44 CC

RGB Percentages of Color #c344cc

%41.76
%14.56
%43.68

CMYK Percentages of Color #c344cc

%4
%67
%0
%20

Triadic Colors of #c344cc

#c344cc #ccc344 #44ccc3

Analogous Colors of #c344cc

#c344cc #cc4491 #7f44cc

Monochromatic Colors of #c344cc

#c344cc

Complementary Color

#c344cc #4dcc44

#c344cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c344cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c344cc Color CSS Codes

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

#c344cc Text Font Color

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

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


#c344cc Background Color

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

This div background color is #c344cc


#c344cc Border Color

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

This div border color is #c344cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c344cc


Comments

No comments written yet.

Please login to write comment.