Color Hex Logo

#c846ba Color Hex

#C846BA
(200,70,186)
0 Favorites   0 Comments

Color spaces of #c846ba

RGB 20070186
HSL0.850.540.53
HSV306°65°78°
CMYK 0.000.650.07   0.22
XYZ34.872520.204848.5163
Yxy20.20480.33660.1950
Hunter Lab44.949759.8202-32.5296
CIE-Lab52.068064.5501-35.4001

#c846ba color RGB value is (200,70,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000110 10111010
Octal 310 106 272
Decimal 200 70 186
Hex C8 46 BA

RGB Percentages of Color #c846ba

%43.86
%15.35
%40.79

CMYK Percentages of Color #c846ba

%0
%65
%7
%22

Triadic Colors of #c846ba

#c846ba #bac846 #46bac8

Analogous Colors of #c846ba

#c846ba #c84679 #9546c8

Monochromatic Colors of #c846ba

#c846ba

Complementary Color

#c846ba #46c854

#c846ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c846ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c846ba Color CSS Codes

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

#c846ba Text Font Color

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

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


#c846ba Background Color

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

This div background color is #c846ba


#c846ba Border Color

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

This div border color is #c846ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c846ba


Comments

No comments written yet.

Please login to write comment.