Color Hex Logo

#c138bc Color Hex

#C138BC
(193,56,188)
0 Favorites   0 Comments

Color spaces of #c138bc

RGB 19356188
HSL0.840.550.49
HSV302°71°76°
CMYK 0.000.710.03   0.24
XYZ32.483617.796649.3000
Yxy17.79660.32620.1787
Hunter Lab42.186063.6210-39.7581
CIE-Lab49.248568.3355-41.0794

#c138bc color RGB value is (193,56,188).

#c138bc hex color red value is 193, green value is 56 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c138bc hue: 0.84 , saturation: 0.55 and the lightness value of c138bc is 0.49.

The process color (four color CMYK) of #c138bc color hex is 0.00, 0.71, 0.03, 0.24. Web safe color of #c138bc is #cc33cc. Color #c138bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111000 10111100
Octal 301 70 274
Decimal 193 56 188
Hex C1 38 BC

RGB Percentages of Color #c138bc

%44.16
%12.81
%43.02

CMYK Percentages of Color #c138bc

%0
%71
%3
%24

Triadic Colors of #c138bc

#c138bc #bcc138 #38bcc1

Analogous Colors of #c138bc

#c138bc #c13878 #8238c1

Monochromatic Colors of #c138bc

#c138bc

Complementary Color

#c138bc #38c13d

#c138bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c138bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c138bc Color CSS Codes

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

#c138bc Text Font Color

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

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


#c138bc Background Color

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

This div background color is #c138bc


#c138bc Border Color

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

This div border color is #c138bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,56,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c138bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c138bc;
  -webkit-box-shadow: 1px 1px 3px 2px #c138bc;
  box-shadow:         1px 1px 3px 2px #c138bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,56,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c138bc


Comments

No comments written yet.

Please login to write comment.