Color Hex Logo

#c334bc Color Hex

#C334BC
(195,52,188)
0 Favorites   0 Comments

Color spaces of #c334bc

RGB 19552188
HSL0.840.580.48
HSV303°73°76°
CMYK 0.000.730.04   0.24
XYZ32.810817.688949.2619
Yxy17.68890.32890.1773
Hunter Lab42.058265.6512-40.0045
CIE-Lab49.116670.0738-41.2673

#c334bc color RGB value is (195,52,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110100 10111100
Octal 303 64 274
Decimal 195 52 188
Hex C3 34 BC

RGB Percentages of Color #c334bc

%44.83
%11.95
%43.22

CMYK Percentages of Color #c334bc

%0
%73
%4
%24

Triadic Colors of #c334bc

#c334bc #bcc334 #34bcc3

Analogous Colors of #c334bc

#c334bc #c33475 #8334c3

Monochromatic Colors of #c334bc

#c334bc

Complementary Color

#c334bc #34c33b

#c334bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c334bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c334bc Color CSS Codes

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

#c334bc Text Font Color

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

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


#c334bc Background Color

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

This div background color is #c334bc


#c334bc Border Color

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

This div border color is #c334bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c334bc


Comments

No comments written yet.

Please login to write comment.