Color Hex Logo

#c323bd Color Hex

#C323BD
(195,35,189)
0 Favorites   0 Comments

Color spaces of #c323bd

RGB 19535189
HSL0.840.700.45
HSV302°82°76°
CMYK 0.000.820.03   0.24
XYZ32.292016.478349.6228
Yxy16.47830.32820.1675
Hunter Lab40.593570.9577-44.0626
CIE-Lab47.595974.7702-44.2632

#c323bd color RGB value is (195,35,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100011 10111101
Octal 303 43 275
Decimal 195 35 189
Hex C3 23 BD

RGB Percentages of Color #c323bd

%46.54
%8.35
%45.11

CMYK Percentages of Color #c323bd

%0
%82
%3
%24

Triadic Colors of #c323bd

#c323bd #bdc323 #23bdc3

Analogous Colors of #c323bd

#c323bd #c3236d #7923c3

Monochromatic Colors of #c323bd

#c323bd

Complementary Color

#c323bd #23c329

#c323bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c323bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c323bd Color CSS Codes

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

#c323bd Text Font Color

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

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


#c323bd Background Color

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

This div background color is #c323bd


#c323bd Border Color

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

This div border color is #c323bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,35,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 #c323bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c323bd


Comments

No comments written yet.

Please login to write comment.