Color Hex Logo

#c381b5 Color Hex

#C381B5
(195,129,181)
0 Favorites   0 Comments

Color spaces of #c381b5

RGB 195129181
HSL0.870.350.64
HSV313°34°76°
CMYK 0.000.340.07   0.24
XYZ38.696430.638847.5904
Yxy30.63880.33090.2620
Hunter Lab55.352327.9215-12.2293
CIE-Lab62.201533.5034-16.9504

#c381b5 color RGB value is (195,129,181).

#c381b5 hex color red value is 195, green value is 129 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #c381b5 hue: 0.87 , saturation: 0.35 and the lightness value of c381b5 is 0.64.

The process color (four color CMYK) of #c381b5 color hex is 0.00, 0.34, 0.07, 0.24. Web safe color of #c381b5 is #cc99cc. Color #c381b5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000001 10110101
Octal 303 201 265
Decimal 195 129 181
Hex C3 81 B5

RGB Percentages of Color #c381b5

%38.61
%25.54
%35.84

CMYK Percentages of Color #c381b5

%0
%34
%7
%24

Triadic Colors of #c381b5

#c381b5 #b5c381 #81b5c3

Analogous Colors of #c381b5

#c381b5 #c38194 #b081c3

Monochromatic Colors of #c381b5

#c381b5

Complementary Color

#c381b5 #81c38f

#c381b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c381b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c381b5 Color CSS Codes

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

#c381b5 Text Font Color

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

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


#c381b5 Background Color

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

This div background color is #c381b5


#c381b5 Border Color

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

This div border color is #c381b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c381b5


Comments

No comments written yet.

Please login to write comment.