Color Hex Logo

#c385ed Color Hex

#C385ED
(195,133,237)
0 Favorites   0 Comments

Color spaces of #c385ed

RGB 195133237
HSL0.770.740.73
HSV276°44°93°
CMYK 0.180.440.00   0.07
XYZ46.179334.491684.3444
Yxy34.49160.27980.2090
Hunter Lab58.729537.5786-44.0386
CIE-Lab65.350942.4223-43.4199

#c385ed color RGB value is (195,133,237).

#c385ed hex color red value is 195, green value is 133 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c385ed hue: 0.77 , saturation: 0.74 and the lightness value of c385ed is 0.73.

The process color (four color CMYK) of #c385ed color hex is 0.18, 0.44, 0.00, 0.07. Web safe color of #c385ed is #cc99ff. Color #c385ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000101 11101101
Octal 303 205 355
Decimal 195 133 237
Hex C3 85 ED

RGB Percentages of Color #c385ed

%34.51
%23.54
%41.95

CMYK Percentages of Color #c385ed

%18
%44
%0
%7

Triadic Colors of #c385ed

#c385ed #edc385 #85edc3

Analogous Colors of #c385ed

#c385ed #ed85e3 #8f85ed

Monochromatic Colors of #c385ed

#c385ed

Complementary Color

#c385ed #afed85

#c385ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c385ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c385ed Color CSS Codes

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

#c385ed Text Font Color

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

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


#c385ed Background Color

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

This div background color is #c385ed


#c385ed Border Color

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

This div border color is #c385ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,133,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c385ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c385ed;
  -webkit-box-shadow: 1px 1px 3px 2px #c385ed;
  box-shadow:         1px 1px 3px 2px #c385ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,133,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c385ed


Comments

No comments written yet.

Please login to write comment.