Color Hex Logo

#c989fb Color Hex

#C989FB
(201,137,251)
0 Favorites   0 Comments

Color spaces of #c989fb

RGB 201137251
HSL0.760.930.76
HSV274°45°98°
CMYK 0.200.450.00   0.02
XYZ50.445637.273995.8026
Yxy37.27390.27490.2031
Hunter Lab61.052440.6472-50.3005
CIE-Lab67.482044.9865-47.7127

#c989fb color RGB value is (201,137,251).

#c989fb hex color red value is 201, green value is 137 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c989fb hue: 0.76 , saturation: 0.93 and the lightness value of c989fb is 0.76.

The process color (four color CMYK) of #c989fb color hex is 0.20, 0.45, 0.00, 0.02. Web safe color of #c989fb is #cc99ff. Color #c989fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001001 11111011
Octal 311 211 373
Decimal 201 137 251
Hex C9 89 FB

RGB Percentages of Color #c989fb

%34.13
%23.26
%42.61

CMYK Percentages of Color #c989fb

%20
%45
%0
%2

Triadic Colors of #c989fb

#c989fb #fbc989 #89fbc9

Analogous Colors of #c989fb

#c989fb #fb89f4 #9089fb

Monochromatic Colors of #c989fb

#c989fb

Complementary Color

#c989fb #bbfb89

#c989fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c989fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c989fb Color CSS Codes

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

#c989fb Text Font Color

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

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


#c989fb Background Color

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

This div background color is #c989fb


#c989fb Border Color

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

This div border color is #c989fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c989fb


Comments

No comments written yet.

Please login to write comment.