Color Hex Logo

#c758dc Color Hex

#C758DC
(199,88,220)
0 Favorites   0 Comments

Color spaces of #c758dc

RGB 19988220
HSL0.810.650.60
HSV290°60°86°
CMYK 0.100.600.00   0.14
XYZ39.961224.288970.2922
Yxy24.28890.29700.1805
Hunter Lab49.283858.4882-50.0652
CIE-Lab56.375962.6081-48.0678

#c758dc color RGB value is (199,88,220).

#c758dc hex color red value is 199, green value is 88 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c758dc hue: 0.81 , saturation: 0.65 and the lightness value of c758dc is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01011000 11011100
Octal 307 130 334
Decimal 199 88 220
Hex C7 58 DC

RGB Percentages of Color #c758dc

%39.25
%17.36
%43.39

CMYK Percentages of Color #c758dc

%10
%60
%0
%14

Triadic Colors of #c758dc

#c758dc #dcc758 #58dcc7

Analogous Colors of #c758dc

#c758dc #dc58af #8558dc

Monochromatic Colors of #c758dc

#c758dc

Complementary Color

#c758dc #6ddc58

#c758dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c758dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c758dc Color CSS Codes

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

#c758dc Text Font Color

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

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


#c758dc Background Color

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

This div background color is #c758dc


#c758dc Border Color

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

This div border color is #c758dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c758dc


Comments

No comments written yet.

Please login to write comment.