Color Hex Logo

#c758ef Color Hex

#C758EF
(199,88,239)
0 Favorites   0 Comments

Color spaces of #c758ef

RGB 19988239
HSL0.790.830.64
HSV284°63°94°
CMYK 0.170.630.00   0.06
XYZ42.622925.353684.3086
Yxy25.35360.27990.1665
Hunter Lab50.352462.9823-64.0269
CIE-Lab57.418366.2532-57.0707

#c758ef color RGB value is (199,88,239).

#c758ef hex color red value is 199, green value is 88 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c758ef hue: 0.79 , saturation: 0.83 and the lightness value of c758ef is 0.64.

The process color (four color CMYK) of #c758ef color hex is 0.17, 0.63, 0.00, 0.06. Web safe color of #c758ef is #cc66ff. Color #c758ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01011000 11101111
Octal 307 130 357
Decimal 199 88 239
Hex C7 58 EF

RGB Percentages of Color #c758ef

%37.83
%16.73
%45.44

CMYK Percentages of Color #c758ef

%17
%63
%0
%6

Triadic Colors of #c758ef

#c758ef #efc758 #58efc7

Analogous Colors of #c758ef

#c758ef #ef58cc #7c58ef

Monochromatic Colors of #c758ef

#c758ef

Complementary Color

#c758ef #80ef58

#c758ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c758ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c758ef Color CSS Codes

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

#c758ef Text Font Color

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

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


#c758ef Background Color

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

This div background color is #c758ef


#c758ef Border Color

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

This div border color is #c758ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c758ef


Comments

No comments written yet.

Please login to write comment.