Color Hex Logo

#c758cd Color Hex

#C758CD
(199,88,205)
0 Favorites   0 Comments

Color spaces of #c758cd

RGB 19988205
HSL0.820.540.57
HSV297°57°80°
CMYK 0.030.570.00   0.20
XYZ38.062423.529360.2931
Yxy23.52930.31230.1930
Hunter Lab48.507055.1778-39.7412
CIE-Lab55.613459.8655-40.7637

#c758cd color RGB value is (199,88,205).

#c758cd hex color red value is 199, green value is 88 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c758cd hue: 0.82 , saturation: 0.54 and the lightness value of c758cd is 0.57.

The process color (four color CMYK) of #c758cd color hex is 0.03, 0.57, 0.00, 0.20. Web safe color of #c758cd is #cc66cc. Color #c758cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01011000 11001101
Octal 307 130 315
Decimal 199 88 205
Hex C7 58 CD

RGB Percentages of Color #c758cd

%40.45
%17.89
%41.67

CMYK Percentages of Color #c758cd

%3
%57
%0
%20

Triadic Colors of #c758cd

#c758cd #cdc758 #58cdc7

Analogous Colors of #c758cd

#c758cd #cd5899 #8d58cd

Monochromatic Colors of #c758cd

#c758cd

Complementary Color

#c758cd #5ecd58

#c758cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c758cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c758cd Color CSS Codes

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

#c758cd Text Font Color

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

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


#c758cd Background Color

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

This div background color is #c758cd


#c758cd Border Color

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

This div border color is #c758cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c758cd


Comments

No comments written yet.

Please login to write comment.