Color Hex Logo

#c386ee Color Hex

#C386EE
(195,134,238)
0 Favorites   0 Comments

Color spaces of #c386ee

RGB 195134238
HSL0.760.750.73
HSV275°44°93°
CMYK 0.180.440.00   0.07
XYZ46.463434.825385.1620
Yxy34.82530.27910.2092
Hunter Lab59.013037.2679-44.2527
CIE-Lab65.612442.0995-43.5606

#c386ee color RGB value is (195,134,238).

#c386ee hex color red value is 195, green value is 134 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c386ee hue: 0.76 , saturation: 0.75 and the lightness value of c386ee is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000110 11101110
Octal 303 206 356
Decimal 195 134 238
Hex C3 86 EE

RGB Percentages of Color #c386ee

%34.39
%23.63
%41.98

CMYK Percentages of Color #c386ee

%18
%44
%0
%7

Triadic Colors of #c386ee

#c386ee #eec386 #86eec3

Analogous Colors of #c386ee

#c386ee #ee86e5 #8f86ee

Monochromatic Colors of #c386ee

#c386ee

Complementary Color

#c386ee #b1ee86

#c386ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c386ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c386ee Color CSS Codes

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

#c386ee Text Font Color

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

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


#c386ee Background Color

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

This div background color is #c386ee


#c386ee Border Color

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

This div border color is #c386ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c386ee

#c386ee Color Palettes


Comments

No comments written yet.

Please login to write comment.