Color Hex Logo

#c645ba Color Hex

#C645BA
(198,69,186)
0 Favorites   0 Comments

Color spaces of #c645ba

RGB 19869186
HSL0.850.530.52
HSV306°65°78°
CMYK 0.000.650.06   0.22
XYZ34.279819.807248.4708
Yxy19.80720.33420.1931
Hunter Lab44.505359.6038-33.4192
CIE-Lab51.618564.4479-36.1272

#c645ba color RGB value is (198,69,186).

#c645ba hex color red value is 198, green value is 69 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c645ba hue: 0.85 , saturation: 0.53 and the lightness value of c645ba is 0.52.

The process color (four color CMYK) of #c645ba color hex is 0.00, 0.65, 0.06, 0.22. Web safe color of #c645ba is #cc33cc. Color #c645ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000101 10111010
Octal 306 105 272
Decimal 198 69 186
Hex C6 45 BA

RGB Percentages of Color #c645ba

%43.71
%15.23
%41.06

CMYK Percentages of Color #c645ba

%0
%65
%6
%22

Triadic Colors of #c645ba

#c645ba #bac645 #45bac6

Analogous Colors of #c645ba

#c645ba #c6457a #9245c6

Monochromatic Colors of #c645ba

#c645ba

Complementary Color

#c645ba #45c651

#c645ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c645ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c645ba Color CSS Codes

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

#c645ba Text Font Color

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

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


#c645ba Background Color

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

This div background color is #c645ba


#c645ba Border Color

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

This div border color is #c645ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c645ba


Comments

No comments written yet.

Please login to write comment.