color codes Logo

#c145be color codes

#C145BE
(193,69,190)
0 Favorites   0 Comments

Color spaces of #c145be

RGB 19369190
HSL0.840.500.51
HSV301°64°76°
CMYK 0.000.640.02   0.24
XYZ33.414719.311450.6815
Yxy19.31140.32310.1868
Hunter Lab43.944758.8245-37.6179
CIE-Lab51.049663.8809-39.3954

#c145be color RGB value is (193,69,190).

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

The process color (four color CMYK) of #c145be color code is 0.00, 0.64, 0.02, 0.24. Web safe color of #c145be is #cc33cc. Color #c145be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000101 10111110
Octal 301 105 276
Decimal 193 69 190
Hex C1 45 BE

RGB Percentages of Color #c145be

%42.70
%15.27
%42.04

CMYK Percentages of Color #c145be

%0
%64
%2
%24

Triadic Colors of #c145be

#c145be #bec145 #45bec1

Analogous Colors of #c145be

#c145be #c14580 #8645c1

Monochromatic Colors of #c145be

#c145be

Complementary Color

#c145be #45c148

#c145be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c145be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c145be Color CSS Codes

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

#c145be Text Font Color

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

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


#c145be Background Color

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

This div background color is #c145be


#c145be Border Color

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

This div border color is #c145be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,69,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c145be


Comments

No comments written yet.

Please login to write comment.