Color Hex Logo

#c750e8 Color Hex

#C750E8
(199,80,232)
0 Favorites   0 Comments

Color spaces of #c750e8

RGB 19980232
HSL0.800.770.61
HSV287°66°91°
CMYK 0.140.660.00   0.09
XYZ40.987323.705678.7593
Yxy23.70560.28570.1653
Hunter Lab48.688465.0618-61.8268
CIE-Lab55.791868.3047-55.7538

#c750e8 color RGB value is (199,80,232).

#c750e8 hex color red value is 199, green value is 80 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #c750e8 hue: 0.80 , saturation: 0.77 and the lightness value of c750e8 is 0.61.

The process color (four color CMYK) of #c750e8 color hex is 0.14, 0.66, 0.00, 0.09. Web safe color of #c750e8 is #cc66ff. Color #c750e8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010000 11101000
Octal 307 120 350
Decimal 199 80 232
Hex C7 50 E8

RGB Percentages of Color #c750e8

%38.94
%15.66
%45.40

CMYK Percentages of Color #c750e8

%14
%66
%0
%9

Triadic Colors of #c750e8

#c750e8 #e8c750 #50e8c7

Analogous Colors of #c750e8

#c750e8 #e850bd #7b50e8

Monochromatic Colors of #c750e8

#c750e8

Complementary Color

#c750e8 #71e850

#c750e8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c750e8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c750e8 Color CSS Codes

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

#c750e8 Text Font Color

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

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


#c750e8 Background Color

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

This div background color is #c750e8


#c750e8 Border Color

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

This div border color is #c750e8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c750e8


Comments

No comments written yet.

Please login to write comment.