Color Hex Logo

#c334bb Color Hex

#C334BB
(195,52,187)
0 Favorites   0 Comments

Color spaces of #c334bb

RGB 19552187
HSL0.840.580.48
HSV303°73°76°
CMYK 0.000.730.04   0.24
XYZ32.703317.645948.6961
Yxy17.64590.33020.1782
Hunter Lab42.007065.4535-39.3263
CIE-Lab49.063869.9180-40.7682

#c334bb color RGB value is (195,52,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110100 10111011
Octal 303 64 273
Decimal 195 52 187
Hex C3 34 BB

RGB Percentages of Color #c334bb

%44.93
%11.98
%43.09

CMYK Percentages of Color #c334bb

%0
%73
%4
%24

Triadic Colors of #c334bb

#c334bb #bbc334 #34bbc3

Analogous Colors of #c334bb

#c334bb #c33474 #8434c3

Monochromatic Colors of #c334bb

#c334bb

Complementary Color

#c334bb #34c33c

#c334bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c334bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c334bb Color CSS Codes

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

#c334bb Text Font Color

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

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


#c334bb Background Color

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

This div background color is #c334bb


#c334bb Border Color

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

This div border color is #c334bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c334bb


Comments

No comments written yet.

Please login to write comment.