Color Hex Logo

#c344be Color Hex

#C344BE
(195,68,190)
0 Favorites   0 Comments

Color spaces of #c344be

RGB 19568190
HSL0.840.510.52
HSV302°65°76°
CMYK 0.000.650.03   0.24
XYZ33.867119.454150.6852
Yxy19.45410.32560.1870
Hunter Lab44.106859.8731-37.2582
CIE-Lab51.214364.7562-39.1152

#c344be color RGB value is (195,68,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000100 10111110
Octal 303 104 276
Decimal 195 68 190
Hex C3 44 BE

RGB Percentages of Color #c344be

%43.05
%15.01
%41.94

CMYK Percentages of Color #c344be

%0
%65
%3
%24

Triadic Colors of #c344be

#c344be #bec344 #44bec3

Analogous Colors of #c344be

#c344be #c3447f #8944c3

Monochromatic Colors of #c344be

#c344be

Complementary Color

#c344be #44c349

#c344be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c344be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c344be Color CSS Codes

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

#c344be Text Font Color

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

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


#c344be Background Color

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

This div background color is #c344be


#c344be Border Color

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

This div border color is #c344be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c344be


Comments

No comments written yet.

Please login to write comment.