Color Hex Logo

#c334cf Color Hex

#C334CF
(195,52,207)
0 Favorites   0 Comments

Color spaces of #c334cf

RGB 19552207
HSL0.820.620.51
HSV295°75°81°
CMYK 0.060.750.00   0.19
XYZ34.996218.563160.7700
Yxy18.56310.30610.1624
Hunter Lab43.084969.5900-53.4674
CIE-Lab50.172173.1448-50.5771

#c334cf color RGB value is (195,52,207).

#c334cf hex color red value is 195, green value is 52 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c334cf hue: 0.82 , saturation: 0.62 and the lightness value of c334cf is 0.51.

The process color (four color CMYK) of #c334cf color hex is 0.06, 0.75, 0.00, 0.19. Web safe color of #c334cf is #cc33cc. Color #c334cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110100 11001111
Octal 303 64 317
Decimal 195 52 207
Hex C3 34 CF

RGB Percentages of Color #c334cf

%42.95
%11.45
%45.59

CMYK Percentages of Color #c334cf

%6
%75
%0
%19

Triadic Colors of #c334cf

#c334cf #cfc334 #34cfc3

Analogous Colors of #c334cf

#c334cf #cf348e #7634cf

Monochromatic Colors of #c334cf

#c334cf

Complementary Color

#c334cf #40cf34

#c334cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c334cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c334cf Color CSS Codes

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

#c334cf Text Font Color

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

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


#c334cf Background Color

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

This div background color is #c334cf


#c334cf Border Color

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

This div border color is #c334cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c334cf


Comments

No comments written yet.

Please login to write comment.