Color Hex Logo

#ca33ee Color Hex

#CA33EE
(202,51,238)
0 Favorites   0 Comments

Color spaces of #ca33ee

RGB 20251238
HSL0.800.850.57
HSV288°79°93°
CMYK 0.150.790.00   0.07
XYZ40.973621.097382.8016
Yxy21.09730.28280.1456
Hunter Lab45.931878.8508-74.7303
CIE-Lab53.055880.0557-63.4915

#ca33ee color RGB value is (202,51,238).

#ca33ee hex color red value is 202, green value is 51 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ca33ee hue: 0.80 , saturation: 0.85 and the lightness value of ca33ee is 0.57.

The process color (four color CMYK) of #ca33ee color hex is 0.15, 0.79, 0.00, 0.07. Web safe color of #ca33ee is #cc33ff. Color #ca33ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110011 11101110
Octal 312 63 356
Decimal 202 51 238
Hex CA 33 EE

RGB Percentages of Color #ca33ee

%41.14
%10.39
%48.47

CMYK Percentages of Color #ca33ee

%15
%79
%0
%7

Triadic Colors of #ca33ee

#ca33ee #eeca33 #33eeca

Analogous Colors of #ca33ee

#ca33ee #ee33b5 #6d33ee

Monochromatic Colors of #ca33ee

#ca33ee

Complementary Color

#ca33ee #57ee33

#ca33ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca33ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca33ee Color CSS Codes

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

#ca33ee Text Font Color

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

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


#ca33ee Background Color

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

This div background color is #ca33ee


#ca33ee Border Color

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

This div border color is #ca33ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca33ee


Comments

No comments written yet.

Please login to write comment.