Color Hex Logo

#c758de Color Hex

#C758DE
(199,88,222)
0 Favorites   0 Comments

Color spaces of #c758de

RGB 19988222
HSL0.800.670.61
HSV290°60°87°
CMYK 0.100.600.00   0.13
XYZ40.227724.395571.6958
Yxy24.39550.29510.1790
Hunter Lab49.391858.9457-51.4895
CIE-Lab56.481662.9833-49.0285

#c758de color RGB value is (199,88,222).

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

The process color (four color CMYK) of #c758de color hex is 0.10, 0.60, 0.00, 0.13. Web safe color of #c758de is #cc66cc. Color #c758de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01011000 11011110
Octal 307 130 336
Decimal 199 88 222
Hex C7 58 DE

RGB Percentages of Color #c758de

%39.10
%17.29
%43.61

CMYK Percentages of Color #c758de

%10
%60
%0
%13

Triadic Colors of #c758de

#c758de #dec758 #58dec7

Analogous Colors of #c758de

#c758de #de58b2 #8458de

Monochromatic Colors of #c758de

#c758de

Complementary Color

#c758de #6fde58

#c758de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c758de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c758de Color CSS Codes

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

#c758de Text Font Color

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

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


#c758de Background Color

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

This div background color is #c758de


#c758de Border Color

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

This div border color is #c758de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c758de


Comments

No comments written yet.

Please login to write comment.