Color Hex Logo

#c750bb Color Hex

#C750BB
(199,80,187)
0 Favorites   0 Comments

Color spaces of #c750bb

RGB 19980187
HSL0.850.520.55
HSV306°60°78°
CMYK 0.000.600.06   0.22
XYZ35.391521.467349.2920
Yxy21.46730.33340.2022
Hunter Lab46.332855.2655-30.6438
CIE-Lab53.457260.3292-33.8147

#c750bb color RGB value is (199,80,187).

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

The process color (four color CMYK) of #c750bb color hex is 0.00, 0.60, 0.06, 0.22. Web safe color of #c750bb is #cc66cc. Color #c750bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010000 10111011
Octal 307 120 273
Decimal 199 80 187
Hex C7 50 BB

RGB Percentages of Color #c750bb

%42.70
%17.17
%40.13

CMYK Percentages of Color #c750bb

%0
%60
%6
%22

Triadic Colors of #c750bb

#c750bb #bbc750 #50bbc7

Analogous Colors of #c750bb

#c750bb #c75080 #9850c7

Monochromatic Colors of #c750bb

#c750bb

Complementary Color

#c750bb #50c75c

#c750bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c750bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c750bb Color CSS Codes

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

#c750bb Text Font Color

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

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


#c750bb Background Color

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

This div background color is #c750bb


#c750bb Border Color

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

This div border color is #c750bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,80,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c750bb


Comments

No comments written yet.

Please login to write comment.