Color Hex Logo

#c381b2 Color Hex

#C381B2
(195,129,178)
0 Favorites   0 Comments

Color spaces of #c381b2

RGB 195129178
HSL0.880.350.64
HSV315°34°76°
CMYK 0.000.340.09   0.24
XYZ38.391830.517045.9864
Yxy30.51700.33410.2656
Hunter Lab55.242227.3787-10.6865
CIE-Lab62.097832.9757-15.4046

#c381b2 color RGB value is (195,129,178).

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

The process color (four color CMYK) of #c381b2 color hex is 0.00, 0.34, 0.09, 0.24. Web safe color of #c381b2 is #cc9999. Color #c381b2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000001 10110010
Octal 303 201 262
Decimal 195 129 178
Hex C3 81 B2

RGB Percentages of Color #c381b2

%38.84
%25.70
%35.46

CMYK Percentages of Color #c381b2

%0
%34
%9
%24

Triadic Colors of #c381b2

#c381b2 #b2c381 #81b2c3

Analogous Colors of #c381b2

#c381b2 #c38191 #b381c3

Monochromatic Colors of #c381b2

#c381b2

Complementary Color

#c381b2 #81c392

#c381b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c381b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c381b2 Color CSS Codes

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

#c381b2 Text Font Color

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

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


#c381b2 Background Color

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

This div background color is #c381b2


#c381b2 Border Color

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

This div border color is #c381b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c381b2


Comments

No comments written yet.

Please login to write comment.