Color Hex Logo

#c858da Color Hex

#C858DA
(200,88,218)
0 Favorites   0 Comments

Color spaces of #c858da

RGB 20088218
HSL0.810.640.60
HSV292°60°85°
CMYK 0.080.600.00   0.15
XYZ39.964024.320868.9177
Yxy24.32080.30000.1826
Hunter Lab49.316158.3467-48.3346
CIE-Lab56.407662.4804-46.8791

#c858da color RGB value is (200,88,218).

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

The process color (four color CMYK) of #c858da color hex is 0.08, 0.60, 0.00, 0.15. Web safe color of #c858da is #cc66cc. Color #c858da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01011000 11011010
Octal 310 130 332
Decimal 200 88 218
Hex C8 58 DA

RGB Percentages of Color #c858da

%39.53
%17.39
%43.08

CMYK Percentages of Color #c858da

%8
%60
%0
%15

Triadic Colors of #c858da

#c858da #dac858 #58dac8

Analogous Colors of #c858da

#c858da #da58ab #8758da

Monochromatic Colors of #c858da

#c858da

Complementary Color

#c858da #6ada58

#c858da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c858da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c858da Color CSS Codes

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

#c858da Text Font Color

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

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


#c858da Background Color

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

This div background color is #c858da


#c858da Border Color

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

This div border color is #c858da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c858da


Comments

No comments written yet.

Please login to write comment.