Color Hex Logo

#c367bd Color Hex

#C367BD
(195,103,189)
0 Favorites   0 Comments

Color spaces of #c367bd

RGB 195103189
HSL0.840.430.58
HSV304°47°76°
CMYK 0.000.470.03   0.24
XYZ36.541224.976751.0392
Yxy24.97670.32460.2219
Hunter Lab49.976743.0537-25.5668
CIE-Lab57.052748.6849-29.4090

#c367bd color RGB value is (195,103,189).

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

The process color (four color CMYK) of #c367bd color hex is 0.00, 0.47, 0.03, 0.24. Web safe color of #c367bd is #cc66cc. Color #c367bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100111 10111101
Octal 303 147 275
Decimal 195 103 189
Hex C3 67 BD

RGB Percentages of Color #c367bd

%40.04
%21.15
%38.81

CMYK Percentages of Color #c367bd

%0
%47
%3
%24

Triadic Colors of #c367bd

#c367bd #bdc367 #67bdc3

Analogous Colors of #c367bd

#c367bd #c3678f #9b67c3

Monochromatic Colors of #c367bd

#c367bd

Complementary Color

#c367bd #67c36d

#c367bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c367bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c367bd Color CSS Codes

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

#c367bd Text Font Color

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

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


#c367bd Background Color

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

This div background color is #c367bd


#c367bd Border Color

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

This div border color is #c367bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c367bd


Comments

No comments written yet.

Please login to write comment.