Color Hex Logo

#c585fb Color Hex

#C585FB
(197,133,251)
0 Favorites   0 Comments

Color spaces of #c585fb

RGB 197133251
HSL0.760.940.75
HSV273°47°98°
CMYK 0.220.470.00   0.02
XYZ48.826135.610495.5669
Yxy35.61040.27130.1978
Hunter Lab59.674541.6198-53.1791
CIE-Lab66.221246.0419-49.7292

#c585fb color RGB value is (197,133,251).

#c585fb hex color red value is 197, green value is 133 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c585fb hue: 0.76 , saturation: 0.94 and the lightness value of c585fb is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000101 11111011
Octal 305 205 373
Decimal 197 133 251
Hex C5 85 FB

RGB Percentages of Color #c585fb

%33.91
%22.89
%43.20

CMYK Percentages of Color #c585fb

%22
%47
%0
%2

Triadic Colors of #c585fb

#c585fb #fbc585 #85fbc5

Analogous Colors of #c585fb

#c585fb #fb85f6 #8a85fb

Monochromatic Colors of #c585fb

#c585fb

Complementary Color

#c585fb #bbfb85

#c585fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c585fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c585fb Color CSS Codes

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

#c585fb Text Font Color

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

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


#c585fb Background Color

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

This div background color is #c585fb


#c585fb Border Color

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

This div border color is #c585fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c585fb


Comments

No comments written yet.

Please login to write comment.