Color Hex Logo

#c750ce Color Hex

#C750CE
(199,80,206)
0 Favorites   0 Comments

Color spaces of #c750ce

RGB 19980206
HSL0.820.560.56
HSV297°61°81°
CMYK 0.030.610.00   0.19
XYZ37.562422.335760.7240
Yxy22.33570.31140.1852
Hunter Lab47.260759.1642-43.0977
CIE-Lab54.381463.5550-43.2781

#c750ce color RGB value is (199,80,206).

#c750ce hex color red value is 199, green value is 80 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c750ce hue: 0.82 , saturation: 0.56 and the lightness value of c750ce is 0.56.

The process color (four color CMYK) of #c750ce color hex is 0.03, 0.61, 0.00, 0.19. Web safe color of #c750ce is #cc66cc. Color #c750ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010000 11001110
Octal 307 120 316
Decimal 199 80 206
Hex C7 50 CE

RGB Percentages of Color #c750ce

%41.03
%16.49
%42.47

CMYK Percentages of Color #c750ce

%3
%61
%0
%19

Triadic Colors of #c750ce

#c750ce #cec750 #50cec7

Analogous Colors of #c750ce

#c750ce #ce5096 #8850ce

Monochromatic Colors of #c750ce

#c750ce

Complementary Color

#c750ce #57ce50

#c750ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c750ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c750ce Color CSS Codes

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

#c750ce Text Font Color

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

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


#c750ce Background Color

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

This div background color is #c750ce


#c750ce Border Color

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

This div border color is #c750ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c750ce


Comments

No comments written yet.

Please login to write comment.