Color Hex Logo

#c145bf Color Hex

#C145BF
(193,69,191)
0 Favorites   0 Comments

Color spaces of #c145bf

RGB 19369191
HSL0.840.500.51
HSV301°64°76°
CMYK 0.000.640.01   0.24
XYZ33.524419.355351.2592
Yxy19.35530.32190.1859
Hunter Lab43.994759.0283-38.2839
CIE-Lab51.100364.0478-39.8946

#c145bf color RGB value is (193,69,191).

#c145bf hex color red value is 193, green value is 69 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c145bf hue: 0.84 , saturation: 0.50 and the lightness value of c145bf is 0.51.

The process color (four color CMYK) of #c145bf color hex is 0.00, 0.64, 0.01, 0.24. Web safe color of #c145bf is #cc33cc. Color #c145bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000101 10111111
Octal 301 105 277
Decimal 193 69 191
Hex C1 45 BF

RGB Percentages of Color #c145bf

%42.60
%15.23
%42.16

CMYK Percentages of Color #c145bf

%0
%64
%1
%24

Triadic Colors of #c145bf

#c145bf #bfc145 #45bfc1

Analogous Colors of #c145bf

#c145bf #c14581 #8545c1

Monochromatic Colors of #c145bf

#c145bf

Complementary Color

#c145bf #45c147

#c145bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c145bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c145bf Color CSS Codes

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

#c145bf Text Font Color

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

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


#c145bf Background Color

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

This div background color is #c145bf


#c145bf Border Color

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

This div border color is #c145bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c145bf


Comments

No comments written yet.

Please login to write comment.