Color Hex Logo

#c385fa Color Hex

#C385FA
(195,133,250)
0 Favorites   0 Comments

Color spaces of #c385fa

RGB 195133250
HSL0.750.920.75
HSV272°47°98°
CMYK 0.220.470.00   0.02
XYZ48.148535.279394.7144
Yxy35.27930.27030.1980
Hunter Lab59.396440.7538-52.9673
CIE-Lab65.965545.2827-49.5989

#c385fa color RGB value is (195,133,250).

#c385fa hex color red value is 195, green value is 133 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c385fa hue: 0.75 , saturation: 0.92 and the lightness value of c385fa is 0.75.

The process color (four color CMYK) of #c385fa color hex is 0.22, 0.47, 0.00, 0.02. Web safe color of #c385fa is #cc99ff. Color #c385fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000101 11111010
Octal 303 205 372
Decimal 195 133 250
Hex C3 85 FA

RGB Percentages of Color #c385fa

%33.74
%23.01
%43.25

CMYK Percentages of Color #c385fa

%22
%47
%0
%2

Triadic Colors of #c385fa

#c385fa #fac385 #85fac3

Analogous Colors of #c385fa

#c385fa #fa85f7 #8985fa

Monochromatic Colors of #c385fa

#c385fa

Complementary Color

#c385fa #bcfa85

#c385fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c385fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c385fa Color CSS Codes

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

#c385fa Text Font Color

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

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


#c385fa Background Color

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

This div background color is #c385fa


#c385fa Border Color

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

This div border color is #c385fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c385fa


Comments

No comments written yet.

Please login to write comment.