Color Hex Logo

#c740ba Color Hex

#C740BA
(199,64,186)
0 Favorites   0 Comments

Color spaces of #c740ba

RGB 19964186
HSL0.850.550.52
HSV306°68°78°
CMYK 0.000.680.07   0.22
XYZ34.249519.354148.3849
Yxy19.35410.33580.1898
Hunter Lab43.993361.9769-34.4133
CIE-Lab51.098966.5826-36.9328

#c740ba color RGB value is (199,64,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000000 10111010
Octal 307 100 272
Decimal 199 64 186
Hex C7 40 BA

RGB Percentages of Color #c740ba

%44.32
%14.25
%41.43

CMYK Percentages of Color #c740ba

%0
%68
%7
%22

Triadic Colors of #c740ba

#c740ba #bac740 #40bac7

Analogous Colors of #c740ba

#c740ba #c74077 #9140c7

Monochromatic Colors of #c740ba

#c740ba

Complementary Color

#c740ba #40c74d

#c740ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c740ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c740ba Color CSS Codes

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

#c740ba Text Font Color

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

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


#c740ba Background Color

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

This div background color is #c740ba


#c740ba Border Color

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

This div border color is #c740ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c740ba


Comments

No comments written yet.

Please login to write comment.