Color Hex Logo

#c334af Color Hex

#C334AF
(195,52,175)
0 Favorites   0 Comments

Color spaces of #c334af

RGB 19552175
HSL0.860.580.48
HSV308°73°76°
CMYK 0.000.730.10   0.24
XYZ31.471517.153242.2096
Yxy17.15320.34650.1888
Hunter Lab41.416463.1598-31.4340
CIE-Lab48.452568.0975-34.7051

#c334af color RGB value is (195,52,175).

#c334af hex color red value is 195, green value is 52 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c334af hue: 0.86 , saturation: 0.58 and the lightness value of c334af is 0.48.

The process color (four color CMYK) of #c334af color hex is 0.00, 0.73, 0.10, 0.24. Web safe color of #c334af is #cc3399. Color #c334af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110100 10101111
Octal 303 64 257
Decimal 195 52 175
Hex C3 34 AF

RGB Percentages of Color #c334af

%46.21
%12.32
%41.47

CMYK Percentages of Color #c334af

%0
%73
%10
%24

Triadic Colors of #c334af

#c334af #afc334 #34afc3

Analogous Colors of #c334af

#c334af #c33468 #9034c3

Monochromatic Colors of #c334af

#c334af

Complementary Color

#c334af #34c348

#c334af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c334af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c334af Color CSS Codes

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

#c334af Text Font Color

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

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


#c334af Background Color

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

This div background color is #c334af


#c334af Border Color

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

This div border color is #c334af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c334af


Comments

No comments written yet.

Please login to write comment.