Color Hex Logo

#c385ee Color Hex

#C385EE
(195,133,238)
0 Favorites   0 Comments

Color spaces of #c385ee

RGB 195133238
HSL0.770.760.73
HSV275°44°93°
CMYK 0.180.440.00   0.07
XYZ46.325834.550285.1161
Yxy34.55020.27910.2081
Hunter Lab58.779437.8172-44.7099
CIE-Lab65.397042.6391-43.8990

#c385ee color RGB value is (195,133,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000101 11101110
Octal 303 205 356
Decimal 195 133 238
Hex C3 85 EE

RGB Percentages of Color #c385ee

%34.45
%23.50
%42.05

CMYK Percentages of Color #c385ee

%18
%44
%0
%7

Triadic Colors of #c385ee

#c385ee #eec385 #85eec3

Analogous Colors of #c385ee

#c385ee #ee85e5 #8f85ee

Monochromatic Colors of #c385ee

#c385ee

Complementary Color

#c385ee #b0ee85

#c385ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c385ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c385ee Color CSS Codes

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

#c385ee Text Font Color

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

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


#c385ee Background Color

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

This div background color is #c385ee


#c385ee Border Color

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

This div border color is #c385ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c385ee


Comments

No comments written yet.

Please login to write comment.