Color Hex Logo

#c389fd Color Hex

#C389FD
(195,137,253)
0 Favorites   0 Comments

Color spaces of #c389fd

RGB 195137253
HSL0.750.970.76
HSV270°46°99°
CMYK 0.230.460.00   0.01
XYZ49.181036.585397.3980
Yxy36.58530.26850.1997
Hunter Lab60.485839.2883-53.1324
CIE-Lab66.964743.8047-49.6625

#c389fd color RGB value is (195,137,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001001 11111101
Octal 303 211 375
Decimal 195 137 253
Hex C3 89 FD

RGB Percentages of Color #c389fd

%33.33
%23.42
%43.25

CMYK Percentages of Color #c389fd

%23
%46
%0
%1

Triadic Colors of #c389fd

#c389fd #fdc389 #89fdc3

Analogous Colors of #c389fd

#c389fd #fd89fd #8989fd

Monochromatic Colors of #c389fd

#c389fd

Complementary Color

#c389fd #c3fd89

#c389fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c389fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c389fd Color CSS Codes

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

#c389fd Text Font Color

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

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


#c389fd Background Color

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

This div background color is #c389fd


#c389fd Border Color

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

This div border color is #c389fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c389fd

Related Colors


Comments

No comments written yet.

Please login to write comment.