color codes Logo

#ba42c0 color codes

#BA42C0
(186,66,192)
0 Favorites   0 Comments

Color spaces of #ba42c0

RGB 18666192
HSL0.830.500.51
HSV297°66°75°
CMYK 0.030.660.00   0.25
XYZ31.712318.141351.6994
Yxy18.14130.31230.1786
Hunter Lab42.592658.3650-42.1521
CIE-Lab49.667063.7423-42.8099

#ba42c0 color RGB value is (186,66,192).

#ba42c0 hex color red value is 186, green value is 66 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #ba42c0 hue: 0.83 , saturation: 0.50 and the lightness value of ba42c0 is 0.51.

The process color (four color CMYK) of #ba42c0 color code is 0.03, 0.66, 0.00, 0.25. Web safe color of #ba42c0 is #cc33cc. Color #ba42c0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000010 11000000
Octal 272 102 300
Decimal 186 66 192
Hex BA 42 C0

RGB Percentages of Color #ba42c0

%41.89
%14.86
%43.24

CMYK Percentages of Color #ba42c0

%3
%66
%0
%25

Triadic Colors of #ba42c0

#ba42c0 #c0ba42 #42c0ba

Analogous Colors of #ba42c0

#ba42c0 #c04287 #7b42c0

Monochromatic Colors of #ba42c0

#ba42c0

Complementary Color

#ba42c0 #48c042

#ba42c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba42c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba42c0 Color CSS Codes

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

#ba42c0 Text Font Color

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

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


#ba42c0 Background Color

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

This div background color is #ba42c0


#ba42c0 Border Color

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

This div border color is #ba42c0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,66,192, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ba42c0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ba42c0;
  -webkit-box-shadow: 1px 1px 3px 2px #ba42c0;
  box-shadow:         1px 1px 3px 2px #ba42c0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,66,192, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba42c0


Comments

No comments written yet.

Please login to write comment.