Color Hex Logo

#c385bf Color Hex

#C385BF
(195,133,191)
0 Favorites   0 Comments

Color spaces of #c385bf

RGB 195133191
HSL0.840.340.64
HSV304°32°76°
CMYK 0.000.320.02   0.24
XYZ40.297232.138753.3697
Yxy32.13870.32030.2555
Hunter Lab56.691027.6724-16.1327
CIE-Lab63.457433.1315-20.6960

#c385bf color RGB value is (195,133,191).

#c385bf hex color red value is 195, green value is 133 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c385bf hue: 0.84 , saturation: 0.34 and the lightness value of c385bf is 0.64.

The process color (four color CMYK) of #c385bf color hex is 0.00, 0.32, 0.02, 0.24. Web safe color of #c385bf is #cc99cc. Color #c385bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000101 10111111
Octal 303 205 277
Decimal 195 133 191
Hex C3 85 BF

RGB Percentages of Color #c385bf

%37.57
%25.63
%36.80

CMYK Percentages of Color #c385bf

%0
%32
%2
%24

Triadic Colors of #c385bf

#c385bf #bfc385 #85bfc3

Analogous Colors of #c385bf

#c385bf #c385a0 #a885c3

Monochromatic Colors of #c385bf

#c385bf

Complementary Color

#c385bf #85c389

#c385bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c385bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c385bf Color CSS Codes

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

#c385bf Text Font Color

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

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


#c385bf Background Color

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

This div background color is #c385bf


#c385bf Border Color

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

This div border color is #c385bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c385bf


Comments

No comments written yet.

Please login to write comment.