Color Hex Logo

#c258dc Color Hex

#C258DC
(194,88,220)
0 Favorites   0 Comments

Color spaces of #c258dc

RGB 19488220
HSL0.800.650.60
HSV288°60°86°
CMYK 0.120.600.00   0.14
XYZ38.656123.616170.2311
Yxy23.61610.29170.1782
Hunter Lab48.596456.9445-51.6679
CIE-Lab55.701461.3927-49.1807

#c258dc color RGB value is (194,88,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011000 11011100
Octal 302 130 334
Decimal 194 88 220
Hex C2 58 DC

RGB Percentages of Color #c258dc

%38.65
%17.53
%43.82

CMYK Percentages of Color #c258dc

%12
%60
%0
%14

Triadic Colors of #c258dc

#c258dc #dcc258 #58dcc2

Analogous Colors of #c258dc

#c258dc #dc58b4 #8058dc

Monochromatic Colors of #c258dc

#c258dc

Complementary Color

#c258dc #72dc58

#c258dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c258dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c258dc Color CSS Codes

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

#c258dc Text Font Color

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

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


#c258dc Background Color

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

This div background color is #c258dc


#c258dc Border Color

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

This div border color is #c258dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,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 #c258dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c258dc


Comments

No comments written yet.

Please login to write comment.