Color Hex Logo

#c389ff Color Hex

#C389FF
(195,137,255)
0 Favorites   0 Comments

Color spaces of #c389ff

RGB 195137255
HSL0.751.000.77
HSV269°46°100°
CMYK 0.240.460.00   0.00
XYZ49.501336.713499.0851
Yxy36.71340.26710.1981
Hunter Lab60.591639.7933-54.5425
CIE-Lab67.061544.2574-50.6020

#c389ff color RGB value is (195,137,255).

#c389ff hex color red value is 195, green value is 137 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c389ff hue: 0.75 , saturation: 1.00 and the lightness value of c389ff is 0.77.

The process color (four color CMYK) of #c389ff color hex is 0.24, 0.46, 0.00, 0.00. Web safe color of #c389ff is #cc99ff. Color #c389ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001001 11111111
Octal 303 211 377
Decimal 195 137 255
Hex C3 89 FF

RGB Percentages of Color #c389ff

%33.22
%23.34
%43.44

CMYK Percentages of Color #c389ff

%24
%46
%0
%0

Triadic Colors of #c389ff

#c389ff #ffc389 #89ffc3

Analogous Colors of #c389ff

#c389ff #fe89ff #898aff

Monochromatic Colors of #c389ff

#c389ff

Complementary Color

#c389ff #c5ff89

#c389ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c389ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c389ff Color CSS Codes

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

#c389ff Text Font Color

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

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


#c389ff Background Color

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

This div background color is #c389ff


#c389ff Border Color

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

This div border color is #c389ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c389ff


Comments

No comments written yet.

Please login to write comment.