Color Hex Logo

#c331bd Color Hex

#C331BD
(195,49,189)
0 Favorites   0 Comments

Color spaces of #c331bd

RGB 19549189
HSL0.840.600.48
HSV302°75°76°
CMYK 0.000.750.03   0.24
XYZ32.789317.472949.7885
Yxy17.47290.32770.1746
Hunter Lab41.800666.8682-41.3596
CIE-Lab48.850471.1443-42.2713

#c331bd color RGB value is (195,49,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110001 10111101
Octal 303 61 275
Decimal 195 49 189
Hex C3 31 BD

RGB Percentages of Color #c331bd

%45.03
%11.32
%43.65

CMYK Percentages of Color #c331bd

%0
%75
%3
%24

Triadic Colors of #c331bd

#c331bd #bdc331 #31bdc3

Analogous Colors of #c331bd

#c331bd #c33174 #8031c3

Monochromatic Colors of #c331bd

#c331bd

Complementary Color

#c331bd #31c337

#c331bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c331bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c331bd Color CSS Codes

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

#c331bd Text Font Color

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

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


#c331bd Background Color

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

This div background color is #c331bd


#c331bd Border Color

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

This div border color is #c331bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c331bd


Comments

No comments written yet.

Please login to write comment.