Color Hex Logo

#c370bf Color Hex

#C370BF
(195,112,191)
0 Favorites   0 Comments

Color spaces of #c370bf

RGB 195112191
HSL0.840.410.60
HSV303°43°76°
CMYK 0.000.430.02   0.24
XYZ37.703826.952052.5053
Yxy26.95200.32180.2300
Hunter Lab51.915338.7849-23.6231
CIE-Lab58.929944.4093-27.6461

#c370bf color RGB value is (195,112,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110000 10111111
Octal 303 160 277
Decimal 195 112 191
Hex C3 70 BF

RGB Percentages of Color #c370bf

%39.16
%22.49
%38.35

CMYK Percentages of Color #c370bf

%0
%43
%2
%24

Triadic Colors of #c370bf

#c370bf #bfc370 #70bfc3

Analogous Colors of #c370bf

#c370bf #c37096 #9e70c3

Monochromatic Colors of #c370bf

#c370bf

Complementary Color

#c370bf #70c374

#c370bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c370bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c370bf Color CSS Codes

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

#c370bf Text Font Color

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

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


#c370bf Background Color

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

This div background color is #c370bf


#c370bf Border Color

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

This div border color is #c370bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c370bf


Comments

No comments written yet.

Please login to write comment.