Color Hex Logo

#c367bf Color Hex

#C367BF
(195,103,191)
0 Favorites   0 Comments

Color spaces of #c367bf

RGB 195103191
HSL0.840.430.58
HSV303°47°76°
CMYK 0.000.470.02   0.24
XYZ36.759925.064252.1906
Yxy25.06420.32240.2198
Hunter Lab50.064243.4524-26.7634
CIE-Lab57.137949.0415-30.4217

#c367bf color RGB value is (195,103,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100111 10111111
Octal 303 147 277
Decimal 195 103 191
Hex C3 67 BF

RGB Percentages of Color #c367bf

%39.88
%21.06
%39.06

CMYK Percentages of Color #c367bf

%0
%47
%2
%24

Triadic Colors of #c367bf

#c367bf #bfc367 #67bfc3

Analogous Colors of #c367bf

#c367bf #c36791 #9967c3

Monochromatic Colors of #c367bf

#c367bf

Complementary Color

#c367bf #67c36b

#c367bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c367bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c367bf Color CSS Codes

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

#c367bf Text Font Color

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

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


#c367bf Background Color

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

This div background color is #c367bf


#c367bf Border Color

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

This div border color is #c367bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c367bf


Comments

No comments written yet.

Please login to write comment.