Color Hex Logo

#c750be Color Hex

#C750BE
(199,80,190)
0 Favorites   0 Comments

Color spaces of #c750be

RGB 19980190
HSL0.850.520.55
HSV305°60°78°
CMYK 0.000.600.05   0.22
XYZ35.716121.597151.0014
Yxy21.59710.32970.1994
Hunter Lab46.472755.8571-32.5369
CIE-Lab53.596960.8234-35.3289

#c750be color RGB value is (199,80,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010000 10111110
Octal 307 120 276
Decimal 199 80 190
Hex C7 50 BE

RGB Percentages of Color #c750be

%42.43
%17.06
%40.51

CMYK Percentages of Color #c750be

%0
%60
%5
%22

Triadic Colors of #c750be

#c750be #bec750 #50bec7

Analogous Colors of #c750be

#c750be #c75083 #9550c7

Monochromatic Colors of #c750be

#c750be

Complementary Color

#c750be #50c759

#c750be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c750be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c750be Color CSS Codes

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

#c750be Text Font Color

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

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


#c750be Background Color

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

This div background color is #c750be


#c750be Border Color

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

This div border color is #c750be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c750be


Comments

No comments written yet.

Please login to write comment.