Color Hex Logo

#c326d3 Color Hex

#C326D3
(195,38,211)
0 Favorites   0 Comments

Color spaces of #c326d3

RGB 19538211
HSL0.820.690.49
HSV294°82°83°
CMYK 0.080.820.00   0.17
XYZ34.956717.691563.2004
Yxy17.69150.30170.1527
Hunter Lab42.061374.7424-59.6451
CIE-Lab49.119877.5458-54.5580

#c326d3 color RGB value is (195,38,211).

#c326d3 hex color red value is 195, green value is 38 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #c326d3 hue: 0.82 , saturation: 0.69 and the lightness value of c326d3 is 0.49.

The process color (four color CMYK) of #c326d3 color hex is 0.08, 0.82, 0.00, 0.17. Web safe color of #c326d3 is #cc33cc. Color #c326d3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100110 11010011
Octal 303 46 323
Decimal 195 38 211
Hex C3 26 D3

RGB Percentages of Color #c326d3

%43.92
%8.56
%47.52

CMYK Percentages of Color #c326d3

%8
%82
%0
%17

Triadic Colors of #c326d3

#c326d3 #d3c326 #26d3c3

Analogous Colors of #c326d3

#c326d3 #d3268d #6d26d3

Monochromatic Colors of #c326d3

#c326d3

Complementary Color

#c326d3 #36d326

#c326d3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c326d3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c326d3 Color CSS Codes

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

#c326d3 Text Font Color

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

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


#c326d3 Background Color

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

This div background color is #c326d3


#c326d3 Border Color

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

This div border color is #c326d3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c326d3


Comments

No comments written yet.

Please login to write comment.