Color Hex Logo

#ca46be Color Hex

#CA46BE
(202,70,190)
0 Favorites   0 Comments

Color spaces of #ca46be

RGB 20270190
HSL0.850.550.53
HSV305°65°79°
CMYK 0.000.650.06   0.21
XYZ35.841520.654650.8129
Yxy20.65460.33400.1925
Hunter Lab45.447361.2391-34.4767
CIE-Lab52.569465.6741-36.9089

#ca46be color RGB value is (202,70,190).

#ca46be hex color red value is 202, green value is 70 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ca46be hue: 0.85 , saturation: 0.55 and the lightness value of ca46be is 0.53.

The process color (four color CMYK) of #ca46be color hex is 0.00, 0.65, 0.06, 0.21. Web safe color of #ca46be is #cc33cc. Color #ca46be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000110 10111110
Octal 312 106 276
Decimal 202 70 190
Hex CA 46 BE

RGB Percentages of Color #ca46be

%43.72
%15.15
%41.13

CMYK Percentages of Color #ca46be

%0
%65
%6
%21

Triadic Colors of #ca46be

#ca46be #beca46 #46beca

Analogous Colors of #ca46be

#ca46be #ca467c #9446ca

Monochromatic Colors of #ca46be

#ca46be

Complementary Color

#ca46be #46ca52

#ca46be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca46be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca46be Color CSS Codes

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

#ca46be Text Font Color

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

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


#ca46be Background Color

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

This div background color is #ca46be


#ca46be Border Color

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

This div border color is #ca46be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca46be


Comments

No comments written yet.

Please login to write comment.