Color Hex Logo

#bd3cca Color Hex

#BD3CCA
(189,60,202)
0 Favorites   0 Comments

Color spaces of #bd3cca

RGB 18960202
HSL0.820.570.51
HSV295°70°79°
CMYK 0.060.700.00   0.21
XYZ33.262818.314857.6591
Yxy18.31480.30450.1677
Hunter Lab42.795863.8455-49.9248
CIE-Lab49.875768.4050-48.2289

#bd3cca color RGB value is (189,60,202).

#bd3cca hex color red value is 189, green value is 60 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bd3cca hue: 0.82 , saturation: 0.57 and the lightness value of bd3cca is 0.51.

The process color (four color CMYK) of #bd3cca color hex is 0.06, 0.70, 0.00, 0.21. Web safe color of #bd3cca is #cc33cc. Color #bd3cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111100 11001010
Octal 275 74 312
Decimal 189 60 202
Hex BD 3C CA

RGB Percentages of Color #bd3cca

%41.91
%13.30
%44.79

CMYK Percentages of Color #bd3cca

%6
%70
%0
%21

Triadic Colors of #bd3cca

#bd3cca #cabd3c #3ccabd

Analogous Colors of #bd3cca

#bd3cca #ca3c90 #763cca

Monochromatic Colors of #bd3cca

#bd3cca

Complementary Color

#bd3cca #49ca3c

#bd3cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3cca Color CSS Codes

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

#bd3cca Text Font Color

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

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


#bd3cca Background Color

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

This div background color is #bd3cca


#bd3cca Border Color

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

This div border color is #bd3cca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,60,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd3cca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd3cca;
  -webkit-box-shadow: 1px 1px 3px 2px #bd3cca;
  box-shadow:         1px 1px 3px 2px #bd3cca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,60,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3cca


Comments

No comments written yet.

Please login to write comment.